Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T17:23:20.000Z (almost 2 years ago)
- Last Synced: 2024-10-03T07:05:07.752Z (about 1 month ago)
- Topics: advent-of-code, advent-of-code-2021, containers, docker, go, golang, vscode, vscode-extension
- Language: Go
- Homepage:
- Size: 307 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