sandkiste/hello.c

7 lines
91 B
C
Raw Permalink Normal View History

2023-07-09 22:11:03 +02:00
#include <stdio.h>
int main(void) {
printf("hello, gitea actions\n");
return 0;
}