Kaynağa Gözat

add_helloWorld

master
wangxinyu 1 hafta önce
işleme
61bce8c6bc
2 değiştirilmiş dosya ile 9 ekleme ve 0 silme
  1. +2
    -0
      .gitignore
  2. +7
    -0
      hello.c

+ 2
- 0
.gitignore Dosyayı Görüntüle

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

+ 7
- 0
hello.c Dosyayı Görüntüle

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

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

Yükleniyor…
İptal
Kaydet