开始学习C语言

第一个C语言程序

1 #include<stdio.h>
2 int main()
3 {
4      printf("Hello World!");  
5 }

 

内容来源于网络如有侵权请私信删除
你还没有登录,请先登录注册
  • 还没有人评论,欢迎说说您的想法!