Skip to content

PrenexNormalForm/aoc2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Eva's Advent of Code 2024

My solutions for Advent of Code 2024

Project Structure

Inputs placed in inputs/day/## (non-example inputs are in .gitignore).

Programs for each day are in programs/day/##/.

Running Python solutions

Pipe input into program standard input. PowerShell example:

gc .\inputs\day\01-example | py .\programs\day\01\historian_hysteria.py

outputs:

Distance Sum: 11
Similarity Score: 31

About

Advent of Code 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages