class HelloWorld {

	public static void main(String args[]) {
		// print out helloworld
		System.out.println("HelloWorld!");

	}

}
