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