mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-19 03:25:44 +00:00
6 lines
181 B
Plaintext
6 lines
181 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!"
|