corest / bookanalyzer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bookanalyzer

How to run

  1. With go run
cat book_analyzer_set.in | go run main.go -target-size 200
  1. With binary
go build
./bookanalyzer -target-size 200 < book_analyzer_set.in

About


Languages

Language:Go 100.0%