You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
180 B
Plaintext

# to install:
# (Debian/Ubuntu) apt-get install rakudo
# (Fedora/CentOS) yum install perl6 (or rakudo)
# to execute: perl6 my_script.pl
say "Hello, World!"