Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 254 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 254 Bytes

Hello-world

/* I don't know what should I do now and what is this. I have already learned C programming,and made up my mind to be a programmer. */ #include <stdio.h> int main() { printf("Hello world!\n"); return 0; }