8 lines
120 B
C++

#include "./application.hpp"
int main(int argc, char* argv[])
{
return raid_test::gApplication.run(argc, argv);
}