8 lines
132 B
Forth
8 lines
132 B
Forth
namespace WoofWorkflows
|
|
|
|
module Program =
|
|
[<EntryPoint>]
|
|
let main argv =
|
|
Pipeline.foo
|
|
|> ignore
|
|
0 |