smithy-test-gitea-no-dep/hello.c
Anurag Ohri 0fa46caa53
All checks were successful
First commit
2023-01-12 17:39:20 +05:30

6 lines
71 B
C

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