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