HelloWorld

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