#pragma once struct CommandLineArgs { int64_t printDiff = -1; std::array inputs; bool parse( int argc, wchar_t* argv[] ); };