fixed error

This commit is contained in:
Johannes Findeisen 2018-01-07 22:11:22 +01:00
commit 1c42d683c9

View file

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