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

7
tests/if.sols Normal file
View File

@@ -0,0 +1,7 @@
if 1 == 1 {
puts "huzzah"
}
if 5 == 10 {
puts "aww"
}