init q2 for new sol

This commit is contained in:
Sambo Chea 2020-08-03 11:59:06 +07:00
parent 579fa56ae8
commit c8f250e9d6

9
work1/q2.c Normal file
View File

@ -0,0 +1,9 @@
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
int main() {
return EXIT_SUCCESS;
}