8 lines
142 B
Forth
8 lines
142 B
Forth
namespace WoofWorkflows
|
|
|
|
module Program =
|
|
[<EntryPoint>]
|
|
let main argv =
|
|
PipelineBuilder.foo ()
|
|
|> ignore
|
|
0 |