2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-15 06:12:59 +00:00
cheat.sheets/sheets/_perl6/hello
terminalforlife d7473ac185 Fix trailing whitespace on all files
Tidy files; tidy soul!
2020-02-22 02:47:54 +00:00

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!"