about summary refs log tree commit diff stats
path: root/lib/Octans/Puzzle.rakumod
Commit message (Collapse)AuthorAgeFilesLines
* Read from file if passed, modify USAGEAndinus2021-01-201-31/+47
| | | | | | Previouly, the only way of passing the puzzle was to enter a url. Now octans is able to read from files too. If the file exist & it's readable then octans will read the puzzle from there.
* Re-structure for CPAN upload, include a dictionary file v0.1.0Andinus2021-01-191-0/+56
bin/octans calls lib/Octans/CLI.rakumod which has the MAIN subroutine.