aoc24: day03 tokenizer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user