class HelloWorld {
	public static void main(String [] args){
		// Execution begins here...

		System.out.println("Hello World!");
	}
}
