Skip to content

bitizen248/advent-of-code-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023 - bitizen's solutions

What is this?

This is my repository for Advent of Code 2023 solutions. All solutions are in Python 3.12 and have tests. Each day in a separate directory. All inputs are in input directory.

You can run each script separatly. Example:

python day_1/part_1.py

Running tests

To run tests you need to install pytest:

pip install pytest

Then you can run tests:

pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages