Hello World!

我的Hello World!

 

#include <stdio.h>
void main()
{
printf("hello world!");
getchar();

}

posted @ 2017-12-28 14:40  smartpilot  阅读(73)  评论(0)    收藏  举报