Skip to content

edoardob90/aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 🎅🏻🎄👨🏻‍💻

Solutions for Advent of Code puzzles, from various years.

Languages

  • Python (primary) — runs with PyPy for speed
  • Rust (2024)
  • Wolfram Language (occasional, as WolframScript files for portability)

Usage

# Run today's solution
mise run aoc

# Run with example data
mise run aot

# Scaffold new day
mise run new

Or directly:

cd 2024/01
pypy 1.py input.txt

Structure

YYYY/
  DD/
    N.py          # Python solution
    N.wls         # Wolfram (optional)
    python/       # 2024+ structure
    rust/         # 2024+ structure
    example.txt   # Sample input

Setup

Requires mise. Run mise install to set up PyPy.

Input files (input.txt) are gitignored per AoC copyright policy.

About

Advent of Code solutions (2015-2025) in Python, Rust, and Wolfram Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published