main.cpp 87 Bytes
Newer Older
1
#include "test.hpp"
Paul's avatar
Paul committed
2

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