From 9c3d9598c3fe04f2ccb3a71d39304b964f856e25 Mon Sep 17 00:00:00 2001 From: pzv629hf4 Date: Tue, 23 Aug 2022 11:27:03 +0800 Subject: [PATCH] Add test.c --- test.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test.c diff --git a/test.c b/test.c new file mode 100644 index 0000000..6b4a984 --- /dev/null +++ b/test.c @@ -0,0 +1,4 @@ +#include +void main(){ + printf("hello"); +} \ No newline at end of file