An open API service indexing awesome lists of open source software.

https://github.com/typeofweb/modelling_and_simulation_of_systems_3


https://github.com/typeofweb/modelling_and_simulation_of_systems_3

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# .

## Build:

Use cmake or:

```
g++ *.cpp -std=c++11 -Wall -O3 -o modelling_and_simulation_of_systems
```

## Run:

```
./modelling_and_simulation_of_systems
```