Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 182 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 182 Bytes

AdventOfCode

This repository contains my solutions for the 2019 edition of advent of code.

Running a specific day

mix compile

mix Day1Part1

Running tests

mix test