main()
{
	printf("hello world\n");
	foo("HI");
}
