Skip to content

alexjercan/aoc-2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2025

Advent of Code 2025

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 '.#aoc2025-get' -- 1

To run a single AoC problem you can use

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

To run all the AoC days you can use

nix run '.#aoc2025'

About

AoC 2025 in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published