Trebuchet Documentation
Introduction
This script solves the Advent of Code Day One challenge for 2023
Installation
It is recommend to install this project through pip, the Python package manager.
pip install aoc-trebuchet
From Source
This project makes use of Poetry for dependency
management and project management. With this project on your system, install all dependencies
through poetry install
. This project can then be run through
poetry run trebuchet [args]
Usage
The basic usage for this project is trebuchet [input_file]
wherein
the input file contains lines of characters to be parsed for numbers.
Further help can be found by supplying the --help
flag.