Skip to content

velveteer/aoc2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024

Solutions to https://adventofcode.com.

Development

  1. Get ghcup
  2. Install ghc
ghcup install ghc --set 9.10
  1. Install cabal-install
ghcup install cabal
  1. (Optional) Install ghciwatch
cargo install ghciwatch

Fire up GHCi

cabal repl day<N>

Or fire up ghciwatch

ghciwatch --test-ghci 'Test.DocTest.doctest ["src/Day<N>.hs"]'

This will reload the interpreter and run doctests on every file save.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published