Skip to content

fredoverflow/wordle

Repository files navigation

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

About

Summer of Math Exposition 2 Wordle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published