Advertisement
Guest User

Untitled

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