! Breaking

This commit is contained in:
2026-01-31 15:07:04 -05:00
parent cde395a2a9
commit 2e3dd13009
8 changed files with 30 additions and 37 deletions

3
test2.c Normal file
View File

@@ -0,0 +1,3 @@
int main() {
return (~2 + !(4 - 2) / 9 - -9) + 90 * 8 - 2 - 33 * (400 - 1) - !~-9;
}