Add single work 1 for real data and use for assi

This commit is contained in:
Sambo Chea 2020-08-02 11:02:12 +07:00
parent bcbcbdcd37
commit 7f888fe3b6

8
work1/single.c Normal file
View File

@ -0,0 +1,8 @@
#include "stdio.h"
#include "stdlib.h"
int main() {
printf("Welcome!");
printf("Goodbye!");
}