Fixes, rebrand

This commit is contained in:
2025-12-20 15:09:09 +11:00
parent c04e631180
commit 72ec9c1fb6
11 changed files with 132 additions and 126 deletions

3
tests/while.sols Normal file
View File

@@ -0,0 +1,3 @@
while 1 == 1 {
puts "yay infinite loop"
}