1
0
Fork 0
wordle-solver/Makefile

5 lines
154 B
Makefile

install:
curl https://raw.githubusercontent.com/dwyl/english-words/master/words_alpha.txt -o dictionary.txt
touch bad-in-dictionary.txt
bundle install