标签:
1 #include <stdio.h> 2 int main(void) 3 { 4 print ("hell, world\n"); 5 return 0; 6 }
测试编辑器
原文地址:http://www.cnblogs.com/x2012blog/p/4883214.html