#pragma once #include "common.h" namespace aoc2022 { struct RPS { line_view r; int v1; int v2; }; std::pair day2(line_view file); }