Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 683 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 683 Bytes

Learning with adventofcode.com

Build Status

Implementation of exercises from adventofcode.com.

I've started learning python and those are implementations to get myself faimiliar with language syntax.

To run tests:

pipenv install
make test

To run single exercise

make -C year XX-exercise.py

for example:

make -C 2015 run-03

Summary

  • 2015 - Completed
  • 2016 - completed
  • 2017 - Completed
  • 2018 - NOT completed - need to take step back as I had like a year break from writting anyting in python.
  • 2019 - NOT completed