Provided build in Cabal, scaffolded project.
This commit is contained in:
12
README.md
12
README.md
@@ -1,3 +1,13 @@
|
||||
# h2h_sorter
|
||||
|
||||
Efficient head-to-head sorter with backtracking in Haskell. Purpose-made to rank anime girl casts, but will work on any plaintext source.
|
||||
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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user