Initial commit
This commit is contained in:
commit
4f4397b3e1
48 changed files with 2002 additions and 0 deletions
7
VectorFiller/main.cpp
Normal file
7
VectorFiller/main.cpp
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#include "atlas/bootstrap/bootstrap.h"
|
||||
|
||||
auto main(int argc, char* argv[]) -> int
|
||||
{
|
||||
atlas::bootstrap::Bootstrap bootstrap;
|
||||
return bootstrap.run(argc, argv);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue