Guest User

Untitled

a guest
Jun 25th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #![feature(use_extern_macros)]
  2.  
  3. extern crate log; // 0.4.2
  4.  
  5. use log::info;
  6.  
  7. fn main() {
  8. info!("hello");
  9. }
Add Comment
Please, Sign In to add comment