# # hello.jako # # ObHW # # Copyright (C) 2001-2005, The Perl Foundation. # This program is free software. It is subject to the same # license as the Parrot interpreter. # # $Id: hello.jako 12840 2006-05-30 15:08:05Z coke $ # use sys; sys::print("Hello, world!\n");