days 11-15

This commit is contained in:
2022-12-26 12:30:46 +01:00
parent bc2bed0bfd
commit 8dfe8e3dba
17 changed files with 1099 additions and 20 deletions

View File

@@ -22,6 +22,7 @@ description: Please see the README on GitHub at <https://github.com/gith
dependencies:
- base >= 4.7 && < 5
- ghc
- containers
# - modular-arithmetic
ghc-options:
@@ -35,19 +36,19 @@ ghc-options:
- -Wpartial-fields
- -Wredundant-constraints
# library:
# source-dirs: src
library:
source-dirs: src
executables:
AOC22-exe:
main: Main.hs
source-dirs: src
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- AOC22
# executables:
# AOC22-exe:
# main: Main.hs
# source-dirs: src
# ghc-options:
# - -threaded
# - -rtsopts
# - -with-rtsopts=-N
# dependencies:
# - AOC22
# tests:
# AOC22-test: