Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wbh1/adventofcode2022
https://github.com/wbh1/adventofcode2022
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wbh1/adventofcode2022
- Owner: wbh1
- Created: 2022-12-01T21:36:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-10T19:14:46.000Z (about 2 years ago)
- Last Synced: 2024-06-21T17:55:06.571Z (7 months ago)
- Language: Go
- Size: 59.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)