#include <application/application.h> int main() { testbed::application application{}; return application.run(); }