advent-of-code-2021

Advent of Code 2021 https://adventofcode.com/2021

MIT License

Stars
4

AOC 2021

How to use

Test: docker run --rm $(docker build -q .)

Run: docker run --rm $(docker build -q .) ./run.sh 03

New: ./createDay.sh 04 four

Dev environment

Open in VSCode, enable (Remote - Containers)[https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers], and re-open the project in the dev container. Then you'll have golang installed/isolated (and you won't need to keep building and running the container).

Tech

  • golang
  • vscode devcontainers
  • docker
  • thatguygriff