summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
author李佳 <[email protected]>2019-07-09 13:13:45 +0800
committer李佳 <[email protected]>2019-07-09 13:13:45 +0800
commite7a53ff8b90e30fbd700ae29cc4947ea0257b788 (patch)
tree9d4eeb42c7208a2db67d5547c32534254feca00f /src
parentcdf19e44025cb75b57d8b551f6b040201c1a79c3 (diff)
parent906233f67e243953a9b84cb4dff93919fbbf0811 (diff)
Merge branch 'master' into 'master'HEADmaster
Master See merge request Alpha_lib/hello_ci_world!1
Diffstat (limited to 'src')
-rw-r--r--src/hello_ci_world.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/hello_ci_world.c b/src/hello_ci_world.c
new file mode 100644
index 0000000..d6eb692
--- /dev/null
+++ b/src/hello_ci_world.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+int hello_ci_world(void)
+{
+ printf("hello, ci world!\n");
+ return 0;
+}