Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 275 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 275 Bytes
  • To Start building the Build Container Run
make build_container
  • Open the Container with Current Directory mounted:
make start_container
  • Switch to your Day Directory, for example days/1
  • Build your Code and Run:
go build hello.go
./hello