Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make a tesh file for ns3.
[simgrid.git] / examples / cxx / basic / Main.cxx
1 #include <MsgSimulation.hpp>
2
3 using namespace SimGrid::Msg;
4
5 int
6 main(int argc, char* argv[])
7 {
8         Simulation s;
9         
10         return s.execute(argc, argv);
11
12 }
13