Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Examples of CPP versions of Msg
[simgrid.git] / examples / cxx / explicitDestination / Main.cxx
diff --git a/examples/cxx/explicitDestination/Main.cxx b/examples/cxx/explicitDestination/Main.cxx
new file mode 100644 (file)
index 0000000..dbda264
--- /dev/null
@@ -0,0 +1,12 @@
+#include <Simulation.hpp>\r
+\r
+using namespace SimGrid::Msg;\r
+\r
+int\r
+main(int argc, char* argv[])\r
+{\r
+       Simulation s;\r
+       \r
+       return s.execute(argc, argv);\r
+       \r
+}\r