aboutsummaryrefslogtreecommitdiff
path: root/challenge-122/andinus/README
AgeCommit message (Collapse)Author
2021-07-22Remove unnecessary method callsAndinus
``.comb.grep(* !== "").join'' can be replaced with ``.join''. And we don't have to convert it back to Int since we're just printing it.
2021-07-21Add Challenge 122Andinus
2021-07-19- Added template for week 122.Mohammad S Anwar