소스 검색

add hello world

ajie0112 2 달 전
부모
커밋
adaa293e5c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      test.cpp

+ 2 - 1
test.cpp

@@ -1,4 +1,5 @@
 int main(int argc, char** argv)
 {
+    printf("hello world!\n");
 	return 0;
-}
+}