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