orz-l

[login]

Date

Tag

Read

Comment

hello world from C

2011-07-15 23:32:10 [C]
#include <stdio.h>

int main(void)
{
	printf("hello world!\n");
	return 0;
}

vc++6.0下载

2011-07-15 23:40:48 [C]
地址:
http://hi.baidu.com/jsj08/blog/item/06abf0450d8aac85b3b7dc5a.html
[1]

All by huayun321