doubleforte / advent-of-code-2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2023

https://adventofcode.com/2023

Setup

Action Command
Setup environment $ bin/setup.sh

Run

Action Command
Run a specific day $ python main.py 1
Run a specific day's sample $ python main.py 1 -t
Run all $ python main.py

About


Languages

Language:Python 99.0%Language:Shell 1.0%