minor cleanup

This commit is contained in:
nora 2023-08-03 14:47:21 +02:00
parent ba3a199249
commit cc04638f1e
16 changed files with 22 additions and 21 deletions

2
ui-tests/hello_world.nil Normal file
View file

@ -0,0 +1,2 @@
//@check-pass
function main() = print("Hello, world!\n");