Guest User

Untitled

a guest
May 26th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. use std::time::{Duration, SystemTime};
  2. use std::thread::sleep;
  3.  
  4. fn main() {
  5. let now = SystemTime::now();
  6. println!("{:?}", now);
  7. }
Add Comment
Please, Sign In to add comment