prikhi / advent-of-code-2022

Advent of Code 2022 in Haskell

Home Page:https://adventofcode.com/2022/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2022

To run a solution do something like:

$ make run day=01
runghc --ghc-arg=-Wall Day01.hs < inputs/day01.txt
Part 1: 1529
Part 2: 1567

Compile instead for speed gains:

make compile day=05

Watch files, recompile, & run:

make watch day=01

Make solution & input files for new day:

make new-day day=09

License

GPL-3.0+

About

Advent of Code 2022 in Haskell

https://adventofcode.com/2022/

License:GNU General Public License v3.0


Languages

Language:Haskell 96.6%Language:Shell 2.5%Language:Makefile 0.9%