Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 297 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 297 Bytes

DankDoodleJump

High quality

Building

Requirments

How To

  1. Run go mod init DankDoodleJump to make the go.mod file.
  2. Run go mod tidy to add all modules to go.mod.
  3. Run go build . to build or go run . to build or run it.