From 680c6ad236f2e1fcb64193c8c4c0eae192567706 Mon Sep 17 00:00:00 2001 From: Andinus Date: Tue, 2 Feb 2021 12:44:48 +0530 Subject: challenge-090: fix file path --- challenge-090/andinus/README | 2 +- 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: + • Program: 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 -- cgit