summaryrefslogtreecommitdiff
path: root/src/hello_ci_world.c
blob: d6eb6927cc6a19c6dde19d6841d5281701473aff (plain)
1
2
3
4
5
6
7
#include <stdio.h>

int hello_ci_world(void)
{
	printf("hello, ci world!\n");
	return 0;
}