init q2 for new sol
This commit is contained in:
9
work1/q2.c
Normal file
9
work1/q2.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "stdio.h"
|
||||
#include "stdlib.h"
|
||||
#include "string.h"
|
||||
|
||||
int main() {
|
||||
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
Reference in New Issue
Block a user