main.cpp 88 Bytes
Newer Older
Paul's avatar
Paul committed
1
2
3
4

#include <test.hpp>

int main(int argc, const char* argv[]) { test::run(argc, argv); }