Skip to content

ValdezFOmar/advent-of-code-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023

My solutions to Advent of Code 2023.

Installation

You will need poetry installed on your system. Run:

python -m venv .venv
source .venv/bin/activate
poetry install

Testing

To run all test:

pytest

Run tests for a specific day challenge with:

pytest aoc/day[n]/

Where n is a number for a specific day.

For linting use:

pylint .

About

My solutions to Advent of Code 2023

Resources

License

Stars

Watchers

Forks

Languages