Files
kraken/tests/commentFirstTest.krak

8 lines
81 B
Plaintext

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