Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 372 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 372 Bytes

Startle Example Program

A simple example program using Startle.

Compile with make on MacOS or Linux.

Then try ./example -help -test.

To run the Fibonacci examples:

./example -fib 10 -log
./example -fib_map 10 -log

For more examples, look for unit tests (TEST(...)) in the Startle source.