Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Release mode by default to mask unstable tests to end users
[simgrid.git] / buildtools / Cmake / test_prog / prog_gtnets.cpp
1 #include <simulator.h>
2
3 int main(){
4   Simulator s;
5   s.RunUntilNextCompletion();
6 }
7