Pārlūkot izejas kodu

add_helloWorld

master
wangxinyu pirms 1 nedēļas
revīzija
61bce8c6bc
2 mainītis faili ar 9 papildinājumiem un 0 dzēšanām
  1. +2
    -0
      .gitignore
  2. +7
    -0
      hello.c

+ 2
- 0
.gitignore Parādīt failu

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

+ 7
- 0
hello.c Parādīt failu

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

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

Notiek ielāde…
Atcelt
Saglabāt