From b5bc98033bc5881a638f62faba0484ef3cc61fb3 Mon Sep 17 00:00:00 2001 From: Myoungjin JEON Date: Thu, 20 Aug 2020 22:06:29 +1000 Subject: [ch-074/jeongoon] Perl and Raku solution --- challenge-074/jeongoon/haskell/ch-1.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenge-074/jeongoon/haskell/ch-1.hs b/challenge-074/jeongoon/haskell/ch-1.hs index b5b37059bd..34b45fd2d4 100644 --- a/challenge-074/jeongoon/haskell/ch-1.hs +++ b/challenge-074/jeongoon/haskell/ch-1.hs @@ -70,7 +70,7 @@ main = do solution = getMajor (snd ex) in do -- XXX: even though I didn't intend to make majority number - -- randon list could contain a majority number. + -- random list still could contain a majority number putStr $ "Input: " ++ (if majorInfoExist then "Major = " ++ show majorNum else "*Maybe* No Major" ) ++ ": " -- cgit