From c8f250e9d681494bd6d2815466fa8dd06e434117 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Mon, 3 Aug 2020 11:59:06 +0700 Subject: [PATCH] init q2 for new sol --- work1/q2.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 work1/q2.c 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