Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add revision to test labels into cdash and forced to use svn revision and not git...
[simgrid.git] / buildtools / Cmake / prog_test / prog_gtnets.cpp
1 #include <simulator.h>
2
3 int main(){
4   Simulator s;
5   s.RunUntilNextCompletion();
6 }
7