Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 1e007a96761035f261351a68e7601417 > files > 511

parrot-docs-3.6.0-2.fc15.noarch.rpm

# Copyright (C) 2009, Parrot Foundation.

# This benchmark is written specifically so that it can be parsed by Parrots as old as 0.2.0
# Please do not modify without checking that it works on older Parrots

.sub main
    print "hello world!\n"
.end

# Local Variables:
#   mode: pir
#   fill-column: 100
# End:
# vim: expandtab shiftwidth=4 ft=pir: