main()
{
	int i;
	i = 0;
	print("my first test program");
	print(i);
}
