JJK96 / aoc-template

Template for Advent of Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template for Advent of Code

Template I use for my Advent of Code programming in python

Create a new day

cd src
cookiecutter ../template

Write the example input to input1.example1 And for part 2 to input2.example Write the real input to input

Run a specific day

To test:

python main.py <day> --test

On real input:

python main.py <day>

About

Template for Advent of Code


Languages

Language:Python 100.0%