forked from solstice/solstice
4 lines
46 B
Plaintext
4 lines
46 B
Plaintext
while 1 == 1 {
|
|
puts "yay infinite loop"
|
|
}
|