More documentation on what to do next

This commit is contained in:
Neale Pickett 2019-08-18 21:59:59 -06:00
parent fc79db677d
commit edfa895b58
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ func ParseCategory(categoryPath string, seed string) ([]PuzzleEntry, error) {
func main() {
// XXX: We need a way to pass in "only run this one point value puzzle"
// XXX: Convert puzzle.py to standalone thingies
flag.Parse()
baseSeedString := os.Getenv("SEED")