码迷,mamicode.com
首页 > 其他好文 > 详细

hello world

时间:2015-04-07 07:25:46      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:计算机语言   hello   include   c语言   world   

每一款计算机语言首先学习的就是在屏幕中输出“hello world”

C语言的hello world 输出为:

#include <stdio.h>
int main()
{
printf("hello world");
    
}


hello world

标签:计算机语言   hello   include   c语言   world   

原文地址:http://jackyaotc.blog.51cto.com/1943537/1629284

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!