Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 531 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 531 Bytes

AdventOfCode

My solutions to the fun advent of code problems

Instructions

Run the following command to obtain results ./advent_of_code.sh {year} {language} {day(s)} {test flag}. Language is specifed using either the -c flag or -p flag for c or python respectivelly. Day(s) is specified by inputing one number between 1 and 25 or two numbers specifying a range like 1-4 or 14-23. The test flag is used to generate results using the test files rather than the large puzzle inputs. This flag is activated using -t.