aboutsummaryrefslogtreecommitdiff
path: root/challenge-027/noud
AgeCommit message (Collapse)Author
2019-09-25Several updates, documentation, and fixes for challenge 2Noud Aldenhoven
For example, I can run exercise one through this script: > perl6 ch-2.p6 ch-1.p6 (0 0) (0 0) (0 0) Expected error, because the input doesn't represent a line. Variables history: disc = (8, 0)
2019-09-24Corrected challenge 2 so the tools splits on semicolonNoud Aldenhoven
2019-09-24Solutions to challenge 027 problem 1 and 2 in Perl 6 by NoudNoud Aldenhoven
2019-09-23- Added template for Challenge 027.Mohammad S Anwar