Files
highground-fork/tests/while.sols

4 lines
46 B
Plaintext
Raw Normal View History

2025-12-20 07:37:15 +11:00
while 1 == 1 {
puts "yay infinite loop"
}