broken shitty code

This commit is contained in:
Clemens-Dautermann 2020-08-23 00:54:58 +02:00
parent e6b20b5aa9
commit 5ec5c64775
28 changed files with 322 additions and 72 deletions

View file

@ -0,0 +1,3 @@
int main() {
return 2 (- 3);
}

View file

@ -0,0 +1,3 @@
int main() {
return /3;
}

View file

@ -0,0 +1,3 @@
int main() {
return 1 + ;
}

View file

@ -0,0 +1,3 @@
int main() {
return 2*2
}