summary refs log tree commit diff stats
path: root/raku
Commit message (Collapse)AuthorAgeFilesLines
* Raku: Add AllergiesAndinus2021-09-114-0/+598
|
* Raku: Complete Phone Number & RNA TranscriptionAndinus2021-09-111-1/+1
|
* Raku: Acronym: Add solutionAndinus2021-09-084-0/+153
|
* 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: RNA: Add solutionAndinus2021-09-054-0/+143
|
* Raku: Luhn: Add solutionAndinus2021-09-031-1/+8
|
* Raku: Phone Number: Remove duplicate code with the use of proceedAndinus2021-09-031-12/+4
|
* Raku: Solution for phone-numberAndinus2021-08-251-1/+35
|
* Add solved exercisesAndinus2021-08-1139-0/+2987