Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 223 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 223 Bytes

AoC_2017

Advent of Code 2017 solutions written in C++

Prerequisites

  • Linux

Compiling

  • A makefile is provided
  • run make to complile all days or make dayX for specific day

Running

  • run ./dayX.exe