int main()
{
	printf("%s", "Hello, world!\n");
	return 0;
}
