8 lines
51 B
Plaintext
8 lines
51 B
Plaintext
|
function main ()
|
||
|
{
|
||
|
x = 0;
|
||
|
y = 0;
|
||
|
return 999;
|
||
|
}
|
||
|
|