mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
9 lines
100 B
Text
9 lines
100 B
Text
//@check-pass
|
|
|
|
function helloWorld() = ;
|
|
function block() = (
|
|
1;
|
|
2;
|
|
);
|
|
|
|
function main() = ;
|