smithy-test-gitea/hello.c
2022-11-17 17:39:44 +05:30

6 lines
71 B
C

#include<stdio.h>
int main() {
printf("Hello World!");
return 0;
}