Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 300 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 300 Bytes

Advent of Code

Run

Docker + attach

Or just use VSCode + Docker remote extension like a normal person 😄

docker-compose up -d
docker-compose exec go ash

Go

go run day-1/main.go
go run day-2/main.go
go run day-3/main.go
go run day-4/main.go
go run day-5/main.go