#include <stdio.h>

int main(void) {
printf("Hello, World!\n"); // how are you
	return 0;
}
