mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-15 06:12:59 +00:00
d7473ac185
Tidy files; tidy soul!
6 lines
180 B
Plaintext
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!"
|