第一个程序:

1
//打印 hello world 2 3 #include <stdio.h> 4 int main() 5 { 6   printf("hello world!n"); 7   return 0; 8 }

打印结果:

内容来源于网络如有侵权请私信删除

文章来源: 博客园

原文链接: https://www.cnblogs.com/Bytezero/p/15069951.html

你还没有登录,请先登录注册
  • 还没有人评论,欢迎说说您的想法!

相关课程