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