learning-perl6/ch1/ex1-2.raku
2023-11-09 22:43:48 -08:00

3 lines
78 B
Raku

# What is the $*CWD variable, and what's its value on your system?
say $*CWD;