diff --git a/a1/program.c b/a1/program.c index e69de29..ee7d8c3 100644 --- a/a1/program.c +++ b/a1/program.c @@ -0,0 +1,5 @@ +#include + +int main(){ + printf("Hello World"); +} \ No newline at end of file