summaryrefslogtreecommitdiffstats
path: root/hello.c
diff options
context:
space:
mode:
authorAmos Jianjun Kong <kongjianjun@gmail.com>2023-12-17 14:12:39 +0000
committerAmos Jianjun Kong <kongjianjun@gmail.com>2023-12-17 14:12:39 +0000
commit13a9ead504480724c88e3219b35970d9ef9f8444 (patch)
tree6c972ef79e96ac32d2d6870053405fe5a02e65db /hello.c
downloadexample-master.tar.gz
example-master.tar.xz
example-master.zip
init the projectHEADmaster
Signed-off-by: Amos Jianjun Kong <kongjianjun@gmail.com>
Diffstat (limited to 'hello.c')
-rw-r--r--hello.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/hello.c b/hello.c
new file mode 100644
index 0000000..f12c0e8
--- /dev/null
+++ b/hello.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+int main(void)
+{
+ printf("hello, world!\n");
+ return 0;
+}