diff --git a/work1/q2.c b/work1/q2.c new file mode 100644 index 0000000..9908791 --- /dev/null +++ b/work1/q2.c @@ -0,0 +1,9 @@ +#include "stdio.h" +#include "stdlib.h" +#include "string.h" + +int main() { + + + return EXIT_SUCCESS; +} \ No newline at end of file