Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. use std::io::BufRead;
  2.  
  3. fn main() {
  4. let foo = true;
  5. let bar = if foo { "bar" } else { "foo" };
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement