Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] avoid return or break within a xbt_dict_foreach (it causes a memory leak)
[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