Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.36 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.36 KB

Advent of Code

Build Status Maintainability Test Coverage

Where I store my code/answers for Advent of Code in Python. Also an excuse to work on a project with tmux and vim as my only workflow tools.

Getting up and running

Dependencies

  • pyenv (brew install pyenv)
  • pipenv (brew install pipenv)
  • Optional: tmux (brew install tmux)
  • Optional: vim (brew install vim)

Starting up the dev environment

To start up the multi-window tmux environment (via tmuxp):

make start

Useful Links