#pragma once #include "common.h" #include namespace aoc2016 { void day21(line_view, char cs[8], char xs[8]); }