Files
Test_Runner/hello.c
T

8 lines
103 B
C

#include <stdio.h>
int main(void)
{
puts("Gitea Runner Docker build succeeded.");
return 0;
}