variadics

This commit is contained in:
nub31
2025-05-12 20:47:46 +02:00
parent 66fd6e3beb
commit 403adefa6a
12 changed files with 84 additions and 95 deletions

View File

@@ -1,12 +1,5 @@
import "c";
global func main() {
if 3 / 3 == 1 {
puts("uwu");
}
while 1 == 1 {
puts("test");
break;
}
printf("something %s\n", "your mom");
}