Skip to content

πŸŽ„ My solutions for Advent of Code 2023 πŸŽ„

Notifications You must be signed in to change notification settings

lovelyckaro/AOC2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

39 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ„ My solutions for Advent of Code 2023 πŸŽ„

ormolu

Run a day using cabal run day[number], e.g. cabal run day3.

In .aoc put one line with year, and one with a session cookie, see .aoc.example for example.

To fetch a days description and your input use:

cabal run fetch [day]

Days should save solutions in ./answer/day[number]-part[number] To actually submit your solutions use

cabal run submit [day] [part]

To build my solutions you're going to need a decently recent version of GHC, since I use GHC2021. I've built them all using GHC 9.4.7.

About

πŸŽ„ My solutions for Advent of Code 2023 πŸŽ„

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published