8 lines
83 B
Plaintext
8 lines
83 B
Plaintext
/* Comment first! */
|
|
import io;
|
|
|
|
|int| main() {
|
|
println(1337);
|
|
return 0;
|
|
}
|