diff --git a/hello.c b/hello.c new file mode 100644 index 0000000..d14c061 --- /dev/null +++ b/hello.c @@ -0,0 +1,6 @@ +#include + +int main(void) { + printf("hello, gitea actions\n"); + return 0; +}