Add source code %-P
Gitea Actions Test - Make / Explore-Gitea-Actions (push) Successful in 2s Details

This commit is contained in:
Peter J. Holzer 2023-07-09 22:11:03 +02:00
parent c67ff0ae0d
commit ce95e24e18
1 changed files with 6 additions and 0 deletions

6
hello.c Normal file
View File

@ -0,0 +1,6 @@
#include <stdio.h>
int main(void) {
printf("hello, gitea actions\n");
return 0;
}