aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-02-02 12:44:48 +0530
committerAndinus <andinus@nand.sh>2021-02-02 12:45:40 +0530
commit680c6ad236f2e1fcb64193c8c4c0eae192567706 (patch)
tree5771287755eeec22d2bdc7f8422ad9ffdc5ebb10
parentac60bddb13f96402c3026283fe223388ed54fc27 (diff)
downloadperlweeklychallenge-club-680c6ad236f2e1fcb64193c8c4c0eae192567706.tar.gz
perlweeklychallenge-club-680c6ad236f2e1fcb64193c8c4c0eae192567706.tar.bz2
perlweeklychallenge-club-680c6ad236f2e1fcb64193c8c4c0eae192567706.zip
challenge-090: fix file path
-rw-r--r--challenge-090/andinus/README2
-rw-r--r--challenge-090/andinus/README.org2
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