add license

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2024-12-01 21:31:39 +05:30
parent 45347bf88b
commit d004fac9c1
2 changed files with 25 additions and 3 deletions

View File

@@ -1,6 +1,17 @@
[haskell-flake](https://github.com/srid/haskell-flake)
# Advent of Code 2024
Copied from: https://github.com/srid/haskell-flake/tree/0.4.0/example
My dumb AoC solutions, again in haskell this year
[Documentation](https://zero-to-flakes.com/haskell-flake/)
## Cabal
```
cabal build
```
```
cabal run
```
## Nix
```
nix build
```