Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 116 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 116 Bytes

hello-word

我的第一个github项目 #include<stdio.h> int main(){ println("hello world!"); return 0; }