diff options
| author | Myoungjin JEON <jeongoon@gmail.com> | 2020-08-20 22:06:29 +1000 |
|---|---|---|
| committer | Myoungjin JEON <jeongoon@gmail.com> | 2020-08-20 22:06:29 +1000 |
| commit | b5bc98033bc5881a638f62faba0484ef3cc61fb3 (patch) | |
| tree | 2fed70935f3143a96b2c351bcd1eb8f9572bbc61 | |
| parent | 3b660bd6b0556f43ee01a2f62c2aeb5611292c66 (diff) | |
| download | perlweeklychallenge-club-b5bc98033bc5881a638f62faba0484ef3cc61fb3.tar.gz perlweeklychallenge-club-b5bc98033bc5881a638f62faba0484ef3cc61fb3.tar.bz2 perlweeklychallenge-club-b5bc98033bc5881a638f62faba0484ef3cc61fb3.zip | |
[ch-074/jeongoon] Perl and Raku solution
| -rw-r--r-- | challenge-074/jeongoon/haskell/ch-1.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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" ) ++ ": " |
