class test { public void Main (String[] argv) { System.out.println ("Hello, world!"); } }