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