Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 244 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 244 Bytes

Verlet simulation

A simple verlet simulation.

Building

# working dir ./
mkdir build
cd build
cmake ..
make

Running

# working dir ./build
./verlet

License

MIT