Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/phlmn/advent-of-code-2023


https://github.com/phlmn/advent-of-code-2023

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# Advent of Code 2023

…with nix πŸ™ƒ

> [!WARNING]
> I'm definitely no nix expert! (yet?)

## Run it

As you might have guessed you need to [install nix](https://nixos.org/download) first.

```sh
./run.sh day-1
./run.sh day-2
./run.sh day-3
# ... you get the point
```