星期五, 八月 20, 2010

我的第一个C程序

2009/07/06 下午 05:14
都是按照书上写的来做的。
#include

int main(void)
{
   printf("Programming is fun.\n");

   return 0;
}

没有评论: