helloworld_2.txt 75 B

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