aoc24: day03 tokenizer

This commit is contained in:
2024-12-03 16:43:38 +01:00
parent 616f6bd610
commit c685dcddfb
13 changed files with 328 additions and 155 deletions
+4
View File
@@ -1,7 +1,11 @@
#ifndef AOC_AOC_HPP
#define AOC_AOC_HPP
#include <vector>
#include <string_view>
namespace aoc {
auto entry([[maybe_unused]]std::vector<std::string_view> const& args) -> void;
}
#endif // !AOC_AOC_HPP