ch1 knocked out
This commit is contained in:
parent
0b34a88811
commit
fac306d4fb
|
@ -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
2
ch1/ex1-2.raku
Normal 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
1
ch1/ex1-3.raku
Normal file
|
@ -0,0 +1 @@
|
|||
say 'Hello World';
|
Loading…
Reference in a new issue