Skip to content

RCdeWit/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of code

My implementations for the exercises provided by https://adventofcode.com/

How to run

  1. Create virtual environment with virtualenv -p python3 .venv
  2. Activate the virtual environment with source .venv/bin/activate
  3. Install the dependencies with pip install -r requirements.txt
  4. Run the scripts from CLI, e.g.

python 2022/day_01/solution_1.py --input 2022/day_01/input.txt --question 2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages