Files
h2h_sorter/README.md

12 lines
266 B
Markdown

Efficient head-to-head sorter terminal toy, with backtracking in Haskell.
Purpose-made to rank anime girl casts, but will work on any plaintext source.
## Building and testing
```bash
cabal build
# sort the Madoka cast
cabal run h2h_sorter -- meguca.txt
```