From a4db8560e25a74b845a881ae05de28f115c2dcde Mon Sep 17 00:00:00 2001 From: dylan <497357846@qq.com> Date: Fri, 7 Aug 2020 16:24:49 +0800 Subject: [PATCH] add hello.c --- hello.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hello.c diff --git a/hello.c b/hello.c new file mode 100644 index 0000000..6f414b9 --- /dev/null +++ b/hello.c @@ -0,0 +1,6 @@ +// hello.c +void main(void) +{ + printf(hello) + +} \ No newline at end of file