ch1 knocked out

This commit is contained in:
drudge 2023-11-09 22:43:48 -08:00
parent 0b34a88811
commit fac306d4fb
3 changed files with 4 additions and 1 deletions

View file

@ -4,6 +4,6 @@
Is it a prime number?
)
say 137.WHAT;
say 137.WHAT; # ^name can be used also
say 137.sqrt;
say 137.is-prime;

2
ch1/ex1-2.raku Normal file
View file

@ -0,0 +1,2 @@
# What is the $*CWD variable, and what's its value on your system?
say $*CWD;

1
ch1/ex1-3.raku Normal file
View file

@ -0,0 +1 @@
say 'Hello World';