Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

193 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages