	import std.stdio;
	 
	int main(char[][] args)
	{
	    writef("Hello world!");
	    return 0;
	}
