hack/tests/main.cpp

12 lines
153 B
C++
Raw Normal View History

2024-07-05 10:26:32 +03:00
#include <array>
#include "hack/exception/exception.hpp"
auto main(int argc, char *argv[]) -> int
{
hack::exception ex;
ex.level("test_leve");
}