#
# hello.jako
#
# ObHW
#
# Copyright (C) 2001 Gregor N. Purdy. All rights reserved.
# This program is free software. It is subject to the same
# license as Perl itself.
#
# $Id: hello.jako,v 1.3 2001/10/05 16:54:46 gregor Exp $
#

print("Hello, world!\n");