aoc-2018-python

Advent of Code 2018 Solutions in Python
git clone https://git.sinitax.com/sinitax/aoc-2018-python
Log | Files | Refs | README | sfeed.txt

README.md (202B)


      1# Advent Of Code 2018
      2
      3Solutions to the annual [coding advent calendar](https://adventofcode.com) written in [Python](https://www.python.org/).
      4
      5The version of python used to run the code is: `3.10.10`