标签:style blog color 2014 div log sp c
1 //***************************** 2 // author:liyuechao 3 // date:2014.8.19 4 //***************************** 5 #include"stdlib.h" 6 void main() 7 { 8 int a = 1; 9 while(a) 10 { 11 printf("Hello World"); 12 } 13 }
标签:style blog color 2014 div log sp c
原文地址:http://www.cnblogs.com/KongkOngL/p/3922741.html