aoc24: day03 tokenizer
This commit is contained in:
7
sol/24/02/entry.cpp
Normal file
7
sol/24/02/entry.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "aoc/aoc.hpp"
|
||||
#include "fmt/format.h"
|
||||
|
||||
auto aoc::entry([[maybe_unused]]std::vector<std::string_view> const& args) -> void {
|
||||
fmt::print("Hello, World!\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user