%%% $Id: hello.oz,v 1.0 2002/03/12 12:44:00 dada Exp $ %%% http://dada.perl.it/shootout/ functor import System Application define {System.printInfo "hello world"} {Application.exit 0} end