removed whitespace

This commit is contained in:
Jake Goodwin 2024-08-04 09:28:29 -07:00
parent b83b28af84
commit 9343842eae

View file

@ -5,4 +5,3 @@ int main(int argc, char **argv)
printf("Hello!\n"); printf("Hello!\n");
return 0; return 0;
} }