https://github.com/notashelf/advent-of-code-2023
My Advent of Code 2023 challenge solutions. Until, of course, I inevitably give up.
https://github.com/notashelf/advent-of-code-2023
Last synced: 9 months ago
JSON representation
My Advent of Code 2023 challenge solutions. Until, of course, I inevitably give up.
- Host: GitHub
- URL: https://github.com/notashelf/advent-of-code-2023
- Owner: NotAShelf
- License: mit
- Created: 2023-12-01T03:18:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-02T07:21:42.000Z (over 2 years ago)
- Last Synced: 2025-05-30T14:16:42.073Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# advent-of-code-2023
This is my setup for [Advent of Code 2023](https://adventofcode.com/2023). Perhaps unsurprisingly, I will be coding
in Go this year.
A convenient template is provided by the Nix flake located in the repository root. Simply create the day the challenge is
for and run `nix flake init -t ..` inside the directory. Add a package to the flake.nix as you see fit.