Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 363 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 363 Bytes

🎄 Advent of Code 🎄

This repository contains my solutions to Advent of Code puzzles.

How to run

Usage: python -m advent_of_code.day_1 [OPTIONS]

Options:
  --small  Computes solution for the small puzzle instance
  --big    Computes solutions for the big puzzle instance
  --help   Show this message and exit.