#include <iostream>
#include <stdio.h>

int main (void) {

	std::cout << "Hello world!" << std::endl;
	
	return 0;
}