Skip to content

LauraZM9/AoC-2022-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022 in Python

Advent of Code

To run the files:

python days/day1.py

To run the tests:

python -m pytest tests/day1_test.py

Troubleshooting

When getting error for relative imports like:

ModuleNotFoundError or ImportNotFound

Use this article How to Fix ModuleNotFoundError and ImportError

Specifically:

export PYTHONPATH="${PYTHONPATH}:/Users/laura.zaharia/Personal/AoC-2022-Python"

Some useful references:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages