hack/tests/main.cpp
2024-07-08 11:43:50 +03:00

11 lines
128 B
C++

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