Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
All of the examples use now the StringHelp class to simplify the string manipulation.
[simgrid.git] / examples / cxx / basic / Main.cxx
1 #include <Simulation.hpp>\r
2 \r
3 using namespace SimGrid::Msg;\r
4 \r
5 int\r
6 main(int argc, char* argv[])\r
7 {\r
8         Simulation s;\r
9         \r
10         return s.execute(argc, argv);\r
11 \r
12 }\r