if_1.txt 76 B

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