Line data Source code
1 : public class Hello { 2 : public static void main(String[] args) { 3 1 : System.out.println("hello, world"); 4 : } 5 : }