1
0

testbed.cpp 123 B

123456
  1. #include <application/application.h>
  2. int main() {
  3. testbed::application application{};
  4. return application.run();
  5. }