mirror of
https://github.com/Smaug123/WoofWare.Myriad
synced 2025-10-09 22:18:40 +00:00
11 lines
199 B
Forth
11 lines
199 B
Forth
namespace Playground
|
|
|
|
module Program =
|
|
[<EntryPoint>]
|
|
let main argv =
|
|
[ "--whatnot=2024-01-12" ; "--info1=4" ; "--info2=hi" ]
|
|
|> Args.parse
|
|
|> printfn "%O"
|
|
|
|
0
|