Files
h2h_sorter/README.md
2026-07-14 19:27:25 -05:00

14 lines
280 B
Markdown

# h2h_sorter
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
```