Guest User

Untitled

a guest
May 25th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. fn main() {
  2. let i: u8 = 4;
  3. if i as usize < 3 {
  4. println!("less than {}", i as usize < 3 >);
  5. }
  6.  
  7. }
Add Comment
Please, Sign In to add comment