Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2024-12-20 20:53:42 +05:30
parent dfc0ecaa57
commit ee4f6772c5
2 changed files with 62 additions and 0 deletions

View File

@@ -152,3 +152,9 @@ executable day19
, array
, containers
, libaoc
executable day20
import: common
hs-source-dirs: src
main-is: Day20.hs
build-depends: containers