BSchneppe / wordle

Summer of Math Exposition 2 Wordle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Java 69.1%Language:Go 30.9%