diff options
Diffstat (limited to 'src/hello_ci_world.c')
| -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; +} |
