This commit is contained in:
nub31
2025-05-11 18:08:03 +02:00
parent 340f1e3448
commit 98669aabcc
2 changed files with 12 additions and 8 deletions

View File

@@ -4,4 +4,8 @@ global func main() {
if 3 / 3 == 1 {
puts("uwu");
}
while 1 == 1 {
puts("loop");
}
}