From ce95e24e18723b1581b2b51d323fb213456c900b Mon Sep 17 00:00:00 2001 From: "Peter J. Holzer" Date: Sun, 9 Jul 2023 22:11:03 +0200 Subject: [PATCH] Add source code %-P --- hello.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hello.c 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; +}