소스 검색

add_helloWorld

master
wangxinyu 1 주 전
커밋
61bce8c6bc
2개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      .gitignore
  2. +7
    -0
      hello.c

+ 2
- 0
.gitignore 파일 보기

@@ -0,0 +1,2 @@
.vscode/
build/

+ 7
- 0
hello.c 파일 보기

@@ -0,0 +1,7 @@
#include <stdio.h>

void main()
{
printf("hello world");
return 0;
}

불러오는 중...
취소
저장