#include <stdio.h>
#include <stdlib.h>

int main()
{
	printf("Hellow, World\n");
//	return EXIT_SUCCESS;
	return EXIT_FAILURE;
}

