@ -0,0 +1 @@
/terdle
@ -0,0 +1,2 @@
terdle: terdle.c
gcc -std=c99 -o terdle terdle.c
@ -1 +1,5 @@
Proof that wordle is solvable in 6 moves.
# terdle
originally attempting to prove that wordle is solvable in 6 moves,
now just another command-line wordle client