first working executable!

This commit is contained in:
pommicket 2022-02-10 16:06:17 -05:00
parent b88de92fc7
commit d8bb5b8957
4 changed files with 134 additions and 13 deletions

View file

@ -13,8 +13,6 @@ struct A { struct B *blah; }
struct B { struct A *blah; }
*/
int main(int argc, char **Argv) {
int i,j;
Argv+argc+i;
j;
int main(int argc, char **argv) {
argv+argc;
}