sbn.cassigment/work1/q2.c

9 lines
105 B
C
Raw Normal View History

2020-08-03 11:59:06 +07:00
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
int main() {
return EXIT_SUCCESS;
}