diff options
| author | 李佳 <[email protected]> | 2019-07-09 13:13:45 +0800 |
|---|---|---|
| committer | 李佳 <[email protected]> | 2019-07-09 13:13:45 +0800 |
| commit | e7a53ff8b90e30fbd700ae29cc4947ea0257b788 (patch) | |
| tree | 9d4eeb42c7208a2db67d5547c32534254feca00f /src | |
| parent | cdf19e44025cb75b57d8b551f6b040201c1a79c3 (diff) | |
| parent | 906233f67e243953a9b84cb4dff93919fbbf0811 (diff) | |
Master
See merge request Alpha_lib/hello_ci_world!1
Diffstat (limited to 'src')
| -rw-r--r-- | src/hello_ci_world.c | 7 |
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; +} |
