Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bozdoz/advent-of-code-2022
Advent of Code 2022
https://github.com/bozdoz/advent-of-code-2022
advent-of-code advent-of-code-2022 golang
Last synced: 2 months ago
JSON representation
Advent of Code 2022
- Host: GitHub
- URL: https://github.com/bozdoz/advent-of-code-2022
- Owner: bozdoz
- License: mit
- Created: 2022-10-23T00:10:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T00:38:32.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T01:11:21.364Z (8 months ago)
- Topics: advent-of-code, advent-of-code-2022, golang
- Language: Go
- Homepage: https://adventofcode.com/2022
- Size: 435 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AOC 2022
Continuing the tradition from 2021 - https://github.com/bozdoz/advent-of-code-2021
### How to use
Test: `docker run --rm $(docker build -q .)`
Run: `docker run --rm $(docker build -q .) go run ./01`
New: `./createDay.sh 02`
### 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