Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

113 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

advent-of-code

This repo contains my solutions for problems from Advent of Code

helpful commands i forget every year

# make a new file from template
make new y=2025 d=1

# use curl to grab problem input
export AOC_SESSION=...
curl -H "Cookie: session=$AOC_SESSION" https://adventofcode.com/2025/day/1/input > input

# run solution
uv run python3 2025/day1.py < input

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages