Skip to content

Commit 73101f6

Browse files
committed
main
1 parent b1f5b76 commit 73101f6

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)