smithy-test-gitea/hello.c

6 lines
71 B
C
Raw Permalink Normal View History

2022-11-17 12:09:44 +00:00
#include<stdio.h>
int main() {
printf("Hello World!");
return 0;
}