From 7f888fe3b6cc57ac9086a3b18e75cf2998e9b908 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Sun, 2 Aug 2020 11:02:12 +0700 Subject: [PATCH] Add single work 1 for real data and use for assi --- work1/single.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 work1/single.c diff --git a/work1/single.c b/work1/single.c new file mode 100644 index 0000000..6e7d813 --- /dev/null +++ b/work1/single.c @@ -0,0 +1,8 @@ +#include "stdio.h" +#include "stdlib.h" + +int main() { + printf("Welcome!"); + + printf("Goodbye!"); +} \ No newline at end of file