Add documentatioN

This commit is contained in:
nora 2023-11-05 16:56:47 +01:00
parent a699262671
commit bf73203182
8 changed files with 175 additions and 2 deletions

View file

@ -0,0 +1,9 @@
//@check-pass
function helloWorld() = ;
function block() = (
1;
2;
);
function main() = ;