/* Comment first! */ import simple_print:*; fun main(): int { println(1337) /*how bout now*/ println(42) //or now return 0; //hmm }