No description
.clang-format | ||
.gitignore | ||
Justfile | ||
main.cc | ||
Makefile | ||
ordle.cc | ||
ordle.h | ||
README.md |
Ordle: A Wordle Solver
Design
Build Instructions
Common actions are defined in the provided Justfile and can be viewed with just -l
For a release build:
make RELEASE=1