Hello World!

Posted by spirytusz on 2018-05-21

Hello World!
博客终于搭起来啦!
搭博客没有别的目的,只为输出倒逼输入,自己给别人讲清楚了,才能对知识的理解更近一步!
第一次也不知道该怎么说,就以我第一个编写的程序结尾吧!

Best Practice
1
2
3
4
5
#include <stdio.h>
void main()
{
printf("Hello World!");
}