Skip to content

ulysses4ever/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

feb6d72 · Dec 14, 2024
Dec 1, 2023
Dec 1, 2021
Nov 25, 2023
Nov 25, 2023
Dec 3, 2024
Dec 14, 2024
Dec 4, 2024
Dec 11, 2024
Dec 11, 2024
Nov 27, 2024
Dec 4, 2023
Dec 14, 2024

Repository files navigation

Advent of Code

The famous programming competition: adventofcode.com. Below are instructions on how to run the solutions.

2023 (and somewhat 2019)

Make sure to clone --recursively because we now depend on a library (aoc-lib) that lives here as a submodule.

cat Y2023/input/day-1.txt | cabal run y2023:day-1

2022

cd Y2022
cat input/day-1.txt | cabal run day-1.hs

2021

ghc Main.hs
Main DAY

2020

Most solutions are single-file and runnable with cabal run <filename.hs> (or cabal new-run ... if you haven't upgraded to Cabal 3 yet).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published