Skip to content
This repository was archived by the owner on Apr 20, 2021. It is now read-only.

passsy/python-aoc18

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solutions in python. (My first lines of python ever, may contain newbie mistakes)

Install

brew install python
pip3 install virtualenv
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt

About

Advent of Code 2018 in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages