diff --git a/a4/program.c b/a4/program.c new file mode 100644 index 0000000..b1d59ee --- /dev/null +++ b/a4/program.c @@ -0,0 +1,5 @@ +#include + +int main(){ + return 0; +} \ No newline at end of file