Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #[cfg(target_os = "windows")]
  2. use {
  3. actix,
  4. serde,
  5. };
  6.  
  7. fn main() {
  8. println!("Hello, world!");
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement