An open API service indexing awesome lists of open source software.

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.

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.