add new examples
This commit is contained in:
12
bin/macros/main.cpp
Normal file
12
bin/macros/main.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include <set>
|
||||
|
||||
#include "hack/logger/logger.hpp"
|
||||
#include "hack/macros/macros.hpp"
|
||||
|
||||
auto main(int argc, char *argv[]) -> int
|
||||
{
|
||||
std::string s { MAKE_STR(test) };
|
||||
hack::log()(s);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user