diff options
| -rw-r--r-- | challenge-090/andinus/README | 2 | ||||
| -rw-r--r-- | challenge-090/andinus/README.org | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/challenge-090/andinus/README b/challenge-090/andinus/README index b662f1cb50..3b627c71f9 100644 --- a/challenge-090/andinus/README +++ b/challenge-090/andinus/README @@ -33,7 +33,7 @@ Table of Contents 1.1 Raku ──────── - • Program: <file:perl/ch-2.raku> + • Program: <file:raku/ch-2.raku> Start by taking `$A' & `$B' which are defined to be `Int' & positive. ┌──── diff --git a/challenge-090/andinus/README.org b/challenge-090/andinus/README.org index c4f5da3378..8ebbde0e84 100644 --- a/challenge-090/andinus/README.org +++ b/challenge-090/andinus/README.org @@ -11,7 +11,7 @@ You are given two positive numbers $A and $B. Write a script to demonstrate [[https://threesixty360.wordpress.com/2009/06/09/ethiopian-multiplication/][Ethiopian Multiplication]] using the given numbers. ** Raku -- Program: [[file:perl/ch-2.raku]] +- Program: [[file:raku/ch-2.raku]] Start by taking =$A= & =$B= which are defined to be =Int= & positive. #+BEGIN_SRC raku |
