Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Oops, forgot to add this in r7040.
[simgrid.git] / buildtools / CPACK / tmp / prog_gtnets.cpp
1 #include <simulator.h>
2
3 int main(){
4   Simulator s;
5   s.RunUntilNextCompletion();
6 }
7