C语言:hello word!

在很多时候我们写的第一个程序就是hello word!

那么C语言的hello word也不例外:

#include <stdio.h>
int main()
{
    printf("hello word!");
    return 0;
}
© 版权声明
THE END
喜欢就支持一下吧
点赞10 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容