随笔分类 -  c语言现代编程

摘要:第一章#include <stdio.h>int main(void){ printf("hello, world\n"); return 0;} #include <stdio.h>int main(void){ printf("parkinson's law:\nwork expand so as to "); printf("fill the time \n"); printf("available for its completion.\n"); return 0;}#inc 阅读全文
posted @ 2012-11-13 22:17 打个西瓜 阅读(170) 评论(0) 推荐(0)