Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 448 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 448 Bytes

aoc2021

Advent of code 2021 solutions in vimscript because apparently I enjoy pain.

To run a given day's solution, use ./run.vim {day}.

To get started working on a given day, use ./run.vim -s {day} (downloads input file and creates template for solution file). Make sure you have stored your advent of code session cookie in a file called session_cookie in this repository. Don't commit it obviously (it's in the gitignore for a reason).