helloworld_1.txt 77 B

1234567
  1. fn main () {
  2. let x = 1;
  3. if x == 1337 {
  4. println!(42);
  5. }
  6. }