Skip to content

Commit

Permalink
Outputting the score.
Browse files Browse the repository at this point in the history
  • Loading branch information
archy-bold committed Jan 4, 2022
1 parent 811b587 commit 8e1c872
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func main() {
outputBoard()

if numCorrect == NUM_LETTERS {
fmt.Println("Hooray!")
fmt.Printf("Hooray! (%d/%d)\n", len(board), NUM_ATTEMPTS)
return
}
}
Expand Down
Binary file modified wordle-solver
Binary file not shown.

0 comments on commit 8e1c872

Please sign in to comment.