smithy-test-gitea-no-dep/hello.c

6 lines
71 B
C
Raw Normal View History

2023-01-12 12:09:20 +00:00
#include<stdio.h>
int main() {
printf("Hello World!");
return 0;
}