/* * Copyright (C) 2006, AdaCore */ class test { public void Main (String[] argv) { System.out.println ("Hello, world!"); } }