/advent-of-code

Advent of code solutions

Primary LanguageC++Apache License 2.0Apache-2.0

Advent of code solutions

Mostly written in C++. "Quick" and dirty.

Build and run

Build:

clang++ -O2 -std=c++17 -Wall b.cpp -o <target> (or g++).

Run:

./<target> < a.in (b.in or whatever).