my first blog by cnblogs

1 #include <stdio.h>
2 
3 int main()
4 {
5   printf("hello everyone.");  
6   return 0;  
7 }

上面为我的第一个C语言测试代码,仅供初学者参考。大神请飘过。

图片来源网络

猜你喜欢

转载自www.cnblogs.com/freesiyi/p/11441360.html