Skip to content

Commit a013775

Browse files
authored
Merge pull request #1 from Ghost0mega:test
main
2 parents b1f5b76 + 73101f6 commit a013775

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

main.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#include<stdio.h>
2+
3+
int main() {
4+
printf("Hello, World!\n");
5+
return 0;
6+
}

0 commit comments

Comments
 (0)