Skip to content

alexjercan/aoc-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024

Advent of Code 2024

Quickstart

Get your session cookie from https://adventofcode.com/ and export it as AOC_SESSION, then you will be able to download the inputs using the bash scripts.

nix run '.#aoc2024-get' -- --year 2024 1

To run a single AoC problem you can use

nix run '.#aoc2024-day01' < input/day01.input

To run all the AoC days you can use

nix run '.#aoc2024'

About

AoC 2024 each day in a different programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published