Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/baszalmstra/adventofcode2022
- Owner: baszalmstra
- Created: 2022-12-01T22:04:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-02T19:35:59.000Z (about 2 years ago)
- Last Synced: 2024-10-16T01:09:07.527Z (3 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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) |