2007-12-07 23:58:44 +00:00

6 lines
49 B
Awk

function main() {
x = 0;
y = 0;
return 999;
}