HelloWorld

#include <stdio.h>
int main(int argc,char * argv[]) 
{
	printf("hello world!\n");
	return 0;
}
posted @ 2011-11-26 12:46  martin@dlut  阅读(183)  评论(0编辑  收藏  举报