Skip to content

pchudzik/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published