Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/baszalmstra/adventofcode2022

Saving christmas one line at a time http://adventofcode.com/2022
https://github.com/baszalmstra/adventofcode2022

Last synced: about 1 month ago
JSON representation

Saving christmas one line at a time http://adventofcode.com/2022

Awesome Lists containing this project

README

        

# Advent of Code 2022

Advent of Code 2022 solutions written in Go.

|Name |Solution |
|---------------------------------------------------------------------------|--------------------------|
|[Day 1: Calorie Counting](https://adventofcode.com/2022/day/1) |[✓](day1/main.go) |
|[Day 2: Rock Paper Scissors](https://adventofcode.com/2022/day/2) |[✓](day2/main.go) |