Skip to content

ngerritsen/advent-of-code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

🎄 Advent of Code 2022

My solutions for Advent of Code 2022 in Python.

Running the code

⚠️ My input files are not committed as per request of the Advent of Code author.

  1. Make sure Python 3 is installed on the system.
  2. Add the input in a file named input.txt next to the solution before running.
  3. Run: python3 src/{day_number}/main.py

Faster!

Want assignments to run faster? Install PyPy. It is an alternative implementation of Python featuring a JIT, which can run significantly faster.

After installing it just run: pypy src/{day_number}/main.py.

About

My solutions for the Advent of Code 2022 in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages