Skip to content

ste001/advent-of-code-2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2019

This repo contains my solutions of AoC 2019. If you want to know more about this set of challenges/competition, check out this link.

Python is the language I decided to go with this year, so you'll need to have it installed in your system if you want to run these solutions.

Usage

In every day, there's a sol.py file. Run it as:

python3 sol.py

to see the solution to Part 1 and Part 2 of that day.

Releases

No releases published

Packages

No packages published

Languages