This commit is contained in:
Smaug123
2023-12-21 18:09:47 +00:00
parent eb3fa03b15
commit b646419d6a
2 changed files with 88 additions and 24 deletions

View File

@@ -3,6 +3,6 @@
module Program =
[<EntryPoint>]
let main argv =
Pipeline.foo<uint32>
Pipeline.foo
|> ignore
0