Hello World
Welcome to GeeHon! This is my very first post. Check About for more info. you can ask me on GitHub.
This is the first piece of code I learned and impressed me. Haha!
#include<stdio.h>
void main(void){
printf("hello world!");
}
hello world!
本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!