6 lines
No EOL
67 B
Julia
6 lines
No EOL
67 B
Julia
/* Test pushing -1. */
|
|
|
|
int main() {
|
|
printInt(-1);
|
|
return 0 ;
|
|
} |