/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

C++

Linux:

bash build.sh    
./Wordle

or

/usr/bin/c++ -o3 -g -ltbb wordle.cpp -o wordle   
./Wordle

Windows: ???