mcsf / aoc2022

Advent of Code 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2022 πŸŽ„

β†’ https://adventofcode.com/2022

Directory structure

β”œ configure  β€” Check for project dependencies
β”œ test.sh    β€” Test runner for entire repository
β”‚
β”œ 01         - Day 1
β”‚ β”œ input    - Individual input puzzle (not included)
β”‚ β”œ sample   - Sample puzzle from the problem statement
β”‚ β”œ expected - Expected output for puzzle solvers
β”‚ β”œ run.py   - Puzzle solver (any executable file matching `^run.`
β”‚ β”” run.hs   - There can be more than one solver per day
β”‚
β”œ 02
β”‚ β”œ input
…

Testing

./configure && ./test.sh

About

Advent of Code 2022


Languages

Language:Python 81.9%Language:Awk 9.5%Language:Haskell 7.1%Language:Shell 1.5%