https://github.com/colevoss/advent-of-code-2023
https://github.com/colevoss/advent-of-code-2023
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/colevoss/advent-of-code-2023
- Owner: colevoss
- Created: 2023-12-02T01:20:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-09T20:20:54.000Z (over 2 years ago)
- Last Synced: 2025-07-01T03:02:41.745Z (12 months ago)
- Language: Go
- Size: 2.65 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cole's Advent of Code 2023
Done in Go
## Run
```sh
make run day=
```
## Generate Boilerplate for day
Gerenate directory with go files, input file in `input/`.
```sh
make gen day=
```