Kaynağa Gözat

add hello world

ajie0112 2 ay önce
ebeveyn
işleme
adaa293e5c
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  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;
-}
+}