// I can't believe there is no grepper answer here! // Here is Java hello world: public class HelloWorld { public static void main(String[] args) { System.out.println("Hello, World!"); } }