2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-19 03:25:44 +00:00
cheat.sheets/sheets/_perl6/hello

6 lines
180 B
Plaintext
Raw Normal View History

# to install:
2018-01-17 16:12:50 +00:00
# (Debian/Ubuntu) apt-get install rakudo
# (Fedora/CentOS) yum install perl6 (or rakudo)
# to execute: perl6 my_script.pl
say "Hello, World!"