mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
4 lines
No EOL
77 B
Text
4 lines
No EOL
77 B
Text
function main() = (
|
|
let list = std.list.new();
|
|
std.list.push(list, 0);
|
|
); |