summary refs log tree commit diff stats
path: root/raku/luhn
Commit message (Collapse)AuthorAgeFilesLines
* Raku: Luhn: Improve solutionAndinus2021-09-081-8/+17
| | | | | | - Use regex parameter in `.comb' and skip `.grep'. - Use a sub subtract-if-greater to reduce noise in ternary operation. - Remove trailing `;' if implicitly returning a value.
* Raku: Luhn: Add solutionAndinus2021-09-031-1/+8
|
* Add solved exercisesAndinus2021-08-113-0/+257