Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 481 Bytes

hint.md

File metadata and controls

23 lines (15 loc) · 481 Bytes

Hints

You just need to read main.go for solving this challenge.

If you wanna start the program locally, please install GoLang package on your linux system.

For apt package manager, you can install GoLang with this command:

sudo apt install golang-go

With GoLang environment installed, you can install the required dependencies with this command:

go mod download

And then, you can run the program with this command:

go run .