Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 156 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 156 Bytes

advent-of-code-2018

Solutions to Advent of Code 2018 https://adventofcode.com/2018

$ g++ --std=c++17 -o main src/01.1.cpp
$ cat input/01 | ./main