Here is some Java code. Testing the print function, should print "Hello".

System.out.println("Hello")
Hello