aboutsummaryrefslogtreecommitdiff
path: root/challenge-045/luca-ferrari
AgeCommit message (Collapse)Author
2020-01-30- Added solutions by Luca Ferrari.Mohammad S Anwar
2020-01-29Force the columns argument to be reasonable.Luca Ferrari
2020-01-29Use `$columns` in rotor.Luca Ferrari
Also check the argument is a positive number.
2020-01-29Use rotor to build the matrix.Luca Ferrari
2020-01-29Perl Weekly Challenge 45 blog crosslinkLuca Ferrari
2020-01-29Implementation of task 2 of the weekly challenge 45.Luca Ferrari
Simply loops over the lines of the $*PROGRAM and print every line.
2020-01-29Implements the first task of the weekly challenge 45.Luca Ferrari
The program accepts the message and the number of columns to divide the message into, than prints the translation and the encoded message.
2020-01-29Implementation of the task 1.Luca Ferrari
2020-01-29First possible implementation of task 1.Luca Ferrari
2020-01-29- Added template for Challenge 045.Mohammad S Anwar