Guest User

Untitled

a guest
Apr 26th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. fn compute_test() -> u32 {
  2. let mut test: u32 = 0;
  3. test = 1;
  4. test
  5. }
  6.  
  7. fn main() {
  8. println!("{}", compute_test());
  9. }
Add Comment
Please, Sign In to add comment