flowr 1.0.0

Runners for compiled 'flow' programs
Documentation
1
2
3
4
5
6
#![allow(missing_docs)]

#[test]
fn test_fibonacci_flowrex_example() {
    utilities::test_example("flowr/examples/hello-world/main.rs", "flowrcli", true, true);
}