From 6a73a160c6d4b275d25bc7a02633566337158706 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Fri, 4 Jun 2021 12:46:34 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20fix=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ideas-1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ideas-1.sh b/ideas-1.sh index 576b2f9..e3f905f 100644 --- a/ideas-1.sh +++ b/ideas-1.sh @@ -31,7 +31,7 @@ div $1 $2 ... mod $1 $2 ... # $1 ^ $2 ^ ... => $1 -mod $1 $2 ... +pow $1 $2 ...