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