https://github.com/bozdoz/advent-of-code-2021
Advent of Code 2021 https://adventofcode.com/2021
https://github.com/bozdoz/advent-of-code-2021
advent-of-code advent-of-code-2021 containers docker go golang vscode vscode-extension
Last synced: 2 months ago
JSON representation
Advent of Code 2021 https://adventofcode.com/2021
- Host: GitHub
- URL: https://github.com/bozdoz/advent-of-code-2021
- Owner: bozdoz
- License: mit
- Created: 2021-11-28T20:08:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T02:07:10.000Z (7 months ago)
- Last Synced: 2025-03-29T17:35:52.094Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2021, containers, docker, go, golang, vscode, vscode-extension
- Language: Go
- Homepage:
- Size: 214 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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