mirror of
https://github.com/Smaug123/WoofWare.Myriad
synced 2025-10-08 05:28:39 +00:00
12 lines
221 B
Forth
12 lines
221 B
Forth
namespace Playground
|
|
|
|
open GeneratedParsers
|
|
|
|
module Program =
|
|
[<EntryPoint>]
|
|
let main argv =
|
|
["--whatnot=2024-01-12";"--info1=4";"--info2=hi"]
|
|
|> ArgsModule.parse
|
|
|> printfn "%O"
|
|
0
|