mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 08:25:02 +01:00
5 lines
No EOL
59 B
Text
5 lines
No EOL
59 B
Text
extern mod std;
|
|
|
|
function main() = (
|
|
std.printInt(10);
|
|
); |