Files
kraken/tests/commentFirstTest.krak

8 lines
83 B
Plaintext

/* Comment first! */
import io;
|int| main() {
println(1337);
return 0;
}