Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 430 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 430 Bytes

Advent Of Code

This repo contains solutions to the advent of code problems.

Run files with command line
Ex:

ruby 2018/solutions/day-3/solution_part_2.rb
node 2018/solutions/day-2/solution-part-1.js

Add time command in front to output execution time
time ruby 2018/solutions/day-3/solution_part_2.rb

MERRY CHRISTMAS!