about summary refs log tree commit diff stats
path: root/resources
Commit message (Collapse)AuthorAgeFilesLines
* Read from file if passed, modify USAGEAndinus2021-01-201-0/+4
| | | | | | 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-192-0/+355136
bin/octans calls lib/Octans/CLI.rakumod which has the MAIN subroutine.