/wordleSolver

Find optimal guesses for Wordle puzzles

Primary LanguageHaskellMIT LicenseMIT

wordleSolver

Execute

  • Run stack exec -- wordleSolver-exe to see "We're inside the application!"
  • With stack exec -- wordleSolver-exe --verbose you will see the same message, with more logging.

Run tests

stack test