Files
highground-fork/tests/if.sols
2025-12-20 15:09:09 +11:00

8 lines
63 B
Plaintext

if 1 == 1 {
puts "huzzah"
}
if 5 == 10 {
puts "aww"
}