hack/tests/main.cpp
2024-07-10 10:22:01 +03:00

12 lines
140 B
C++

#include <array>
#include "hack/exception/exception.hpp"
auto main(int argc, char *argv[]) -> int
{
hack::exception ex;
ex.log();
}