Skip to content

Commit af2728a

Browse files
committed
Add: hello.c 파일 추가
1 parent e5dad3f commit af2728a

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

c-repo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit e5dad3fa8def3726ec850ca66a7f51521f8ad393

hello.c

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

0 commit comments

Comments
 (0)