Go to file
2023-12-01 14:31:54 +01:00
bash [bash] Solve Day 1 2023-12-01 14:31:43 +01:00
haskell [haskell] Solve Day 1 2023-12-01 12:01:23 +01:00
input [haskell] Solve Day 1 2023-12-01 12:01:23 +01:00
.dir-locals.el [haskell] Solve Day 1 2023-12-01 12:01:23 +01:00
.envrc [haskell] Solve Day 1 2023-12-01 12:01:23 +01:00
.gitignore [haskell] Solve Day 1 2023-12-01 12:01:23 +01:00
cabal.project [haskell] Solve Day 1 2023-12-01 12:01:23 +01:00
flake.lock [haskell] Solve Day 1 2023-12-01 12:01:23 +01:00
flake.nix [haskell] Solve Day 1 2023-12-01 12:01:23 +01:00
hls.sh [haskell] Solve Day 1 2023-12-01 12:01:23 +01:00
README.org README 2023-12-01 14:31:54 +01:00

Advent of Code 2023

All programs read input from stdin and print output to stdout. The output will be printed in this format:

Part 1 Answer: <answer1>
Part 2 Answer: <answer2>

Haskell

Run it like this:

cabal run aoc2023 -- day<n> < ./input/day<n>

Bash

Run it like this:

./bash/main.sh day<n> < ./input/day<n>