riverdelta/test.nil
2023-07-31 20:26:50 +02:00

5 lines
No EOL
59 B
Text

extern mod std;
function main() = (
std.printInt(10);
);