flasim/src/main.cpp

10 lines
90 B
C++

#include "FlaSimApp.hpp"
int main()
{
FlaSimApp a;
a.execute();
return 0;
}