#include <iostream>
using namespace std;

int main()
{
	cout<<"Welcome to TechGlobule";
	return 0;
}