+ -
当前位置:首页 → 问答吧 → 程序员不同时期的hello world

程序员不同时期的hello world

时间:2010-09-07

来源:互联网

本帖最后由 zhangsuozhu 于 2010-09-07 10:54 编辑

入门
echo "hello world!"

第一年
printf("hello world!\n");
       
第二年       
int (*p)(const char *, ...);
p = printf;
p("hello world!\n");

第三年
printk("<0>""hello world!\n");

第四年
echo "hello world!"

第五年
那个谁,去打印一个hello world!

第六年
打印hello world!干啥,想想融资的事吧!

作者: zhangsuozhu   发布时间: 2010-09-07

第十年

hello, America!     GoodBye, China!

作者: efolzl   发布时间: 2010-09-07



QUOTE:
入门
echo "hello world!"

第一年
printf("hello world!\n"
       
第二年       
int (*p)(const char *, . ...
zhangsuozhu 发表于 2010-09-07 10:50




    我得算算我现在算是第几年

作者: starzhestarzhe   发布时间: 2010-09-07

正在第二年。

作者: ecjtubaowp   发布时间: 2010-09-07

也有人搞技术,搞一辈子的。

作者: zzyong08   发布时间: 2010-09-07

#include <stdio.h>


int n[]={0x48,                                                                                                               
0x65,0x6C,0x6C,
0x6F,0x2C,0x20,
0x77,0x6F,0x72,
0x6C,0x64,0x21,
0x0A,0x00},*m=n;
main(n){
if(putchar (*m)!='\0') main(m++);
}

作者: spongeliu   发布时间: 2010-09-07

呵呵,又见hello world,想起了flw大大的"超强hello world"

作者: ahui886   发布时间: 2010-09-07

搞这些够 high 的啊。。。。。。。。。。。。。。

作者: zylthinking   发布时间: 2010-09-07

有点意思  

作者: pengjianbokobe   发布时间: 2010-09-07

我就希望一直hello world

作者: 论坛ID   发布时间: 2010-09-07