Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phlmn/advent-of-code-2023
https://github.com/phlmn/advent-of-code-2023
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/phlmn/advent-of-code-2023
- Owner: phlmn
- Created: 2023-12-01T19:28:26.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-03T17:02:54.000Z (11 months ago)
- Last Synced: 2023-12-04T16:33:44.091Z (11 months ago)
- Language: Nix
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```