6 lines
No EOL
71 B
Julia
6 lines
No EOL
71 B
Julia
int main() {
|
|
if (true) {
|
|
printInt(1);
|
|
return 0;
|
|
}
|
|
} |