Skip to content

jesse-rb/aoc2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of code 2025

(this might be a bit silly)

advent of code problems

REQUIREMENTS

  • Docker and Docker Compose binaries (Docker Desktop comes with both)
  • Ability to run Makefile

Makefile

> make help

make run DAY='<day>'   - Run a day e.g. make run DAY='day1''
make clean             - Stop docker container and clean images

Running the solutions

First make sure you have your input to pipe as stdin into the solution

make run DAY='<service directory>'

for example:
echo "my input" | make run DAY='day1'
cat input.txt | make run DAY='day1'
make run DAY='day1' < input.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors