learning-perl6/ch1/ex1-2.raku

3 lines
78 B
Raku
Raw Normal View History

2023-11-10 06:43:48 +00:00
# What is the $*CWD variable, and what's its value on your system?
say $*CWD;