fork download
  1.  
  2.  
  3. fn main() {
  4. let mut x = 10;
  5. let mut y = 5;
  6. println!("{}",x + y);
  7. }
  8.  
Success #stdin #stdout 0s 5320KB
stdin
Standard input is empty
stdout
15