Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 256 Bytes

File metadata and controls

6 lines (4 loc) · 256 Bytes

adventOfCode2018_py

adven of code 2018 https://adventofcode.com/2018

  • save your puzzle input into input.txt next to the puzzle's python file
  • run the puzzle using python day01/day01.py or move into the directory cd day01 and run python day01.py