Skip to content

Files

Latest commit

6b51870 · Mar 23, 2024

History

History
13 lines (9 loc) · 420 Bytes

File metadata and controls

13 lines (9 loc) · 420 Bytes

Go programming playground

Setup

  1. Install development / system dependencies (read below)
  2. Build package: go build -o bin/ src/main.go
  3. Run: go run src/main.go

Development / System dependencies

System dependency Required version Description
Go 1.22.1 Go language toolkit