about summary refs log tree commit diff stats
path: root/lib/Octans/Neighbors.rakumod
Commit message (Collapse)AuthorAgeFilesLines
* When computing neighbors, set it to an empty arrayAndinus2021-01-261-3/+6
| | | | | If we don't find any neighbors then we shouldn't have to recompute this result.
* Re-structure for CPAN upload, include a dictionary file v0.1.0Andinus2021-01-191-0/+53
bin/octans calls lib/Octans/CLI.rakumod which has the MAIN subroutine.