day 1: init

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2025-12-02 01:03:20 +05:30
commit 94cc545d4f
11 changed files with 284 additions and 0 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# Advent of Code 2024
My dumb AoC solutions, again in haskell this year
## Cabal
```
cabal build
```
```
cabal run
```
## Nix
```
nix build
```