qse/ase/cmd/awk/main-001.awk
2008-03-21 03:49:53 +00:00

6 lines
49 B
Awk

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