Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 125 Bytes

File metadata and controls

14 lines (10 loc) · 125 Bytes

Setup

To run the program:

cd hello
go run main.go

You may have to fetch modules first:

go mod tidy