flowsamples 0.30.0

A set of sample 'flow' programs
1
2
3
4
5
6
7
8
9
10
11
flow = "arg-print"

[[process]]
source = "lib://flowruntime/args/get"

[[process]]
source = "lib://flowruntime/stdio/stdout"

[[connection]]
from = "get/2"
to = "stdout"