Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 568 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 568 Bytes

Advent of Code is a series of small programming puzzles for a variety of skill levels. They are self-contained and are just as appropriate for an expert who wants to stay sharp as they are for a beginner who is just learning to code. Each puzzle calls upon different skills and has two parts that build on a theme.

This repository is my solutions, organised in / folders

To start a new day, run:

mkdir -p `date '+%Y/%-d'` && cd `date '+%Y/%-d'` && touch {silver.rb,input.txt,example.txt,readme.md}