#pragma once #include namespace nn::aoc { int ListAddOnContent(int*, int, int); } // namespace nn::aoc