/wordle

Summer of Math Exposition 2 Wordle

Primary LanguageJava

Go

  • Install Go from https://go.dev/dl
  • Download go.mod and wordle.go (and the .txt files)

Git Bash / PowerShell

cd Downloads
go build
./wordle

CMD

cd Downloads
go build
wordle

Java

cd Downloads
javac Wordle3.java
java Wordle