6 lines
49 B
Awk
6 lines
49 B
Awk
|
function main() {
|
||
|
x = 0;
|
||
|
y = 0;
|
||
|
return 999;
|
||
|
}
|