added error for testing

This commit is contained in:
Johannes Findeisen 2018-01-07 22:03:04 +01:00
commit c6dfd83395

View file

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