1fn main() { 2 println!("Hello, world!"); 3 let mut lh = logboi::LogHandle::new().unwrap(); 4 lh.log(b"Logging Test!\n"); 5}