2011年10月25日

C语言~Helloworld

摘要: 1 /* 2 *File:Helloworld.c 3 *----------------- 4 *This program prints the message "Hello,world!" 5 *on the screen. 6 */ 7 #include <stdio.h> 8 void main() 9 {10 printf("Hello,world!\n");11 } 阅读全文

posted @ 2011-10-25 21:15 chaw 阅读(106) 评论(0) 推荐(0)

导航