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