https://github.com/angristan/advent-of-code-2021
Advent of code 2021
https://github.com/angristan/advent-of-code-2021
Last synced: 7 months ago
JSON representation
Advent of code 2021
- Host: GitHub
- URL: https://github.com/angristan/advent-of-code-2021
- Owner: angristan
- Created: 2021-12-05T00:26:59.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-13T15:35:05.000Z (almost 4 years ago)
- Last Synced: 2025-03-15T15:44:59.279Z (7 months ago)
- Language: Go
- Homepage: https://adventofcode.com/2021
- Size: 57.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2021
Made with Go.
To run day 01:
```sh
go run 01/01.go
```