clean-code/VectorFiller/main.cpp

7 lines
166 B
C++

#include "atlas/bootstrap/bootstrap.h"
auto main(int argc, char* argv[]) -> int
{
atlas::bootstrap::Bootstrap bootstrap;
return bootstrap.run(argc, argv);
}