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

4 lines
46 B
Plaintext

while 1 == 1 {
puts "yay infinite loop"
}