1 public class HelloWorld {
2 public static void main(String[] args) {
3 System.out.println("Hello, world!");
4 }
5 }