Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wbh1/adventofcode2022


https://github.com/wbh1/adventofcode2022

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Advent of Code 2022

This year I'll be going back to trying to solve as much as possible in Go.

## Usage
```console
# To solve day 1
go run ../adventofcode2022 1
```

## Previous Years
- [2019](https://github.com/wbh1/adventofcode2019)
- [2020](https://github.com/wbh1/adventofcode2020)
- [2021](https://github.com/wbh1/adventofcode2021)