Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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