diff --git a/program.c b/program.c index ce01362..5c4f7f6 100644 --- a/program.c +++ b/program.c @@ -1 +1,4 @@ -hello +int main(){ + +return 0; +}