Browse Source

add makefile; fix naming conflicts

trunk
Shanti Chellaram 4 years ago
parent
commit
eeade35400
  1. 1
      .gitignore
  2. 2
      Makefile
  3. 6
      README.md
  4. 0
      terdle.c

1
.gitignore

@ -0,0 +1 @@
/terdle

2
Makefile

@ -0,0 +1,2 @@
terdle: terdle.c
gcc -std=c99 -o terdle terdle.c

6
README.md

@ -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

0
wordle.c → terdle.c

Loading…
Cancel
Save