7 lines
100 B
Forth
7 lines
100 B
Forth
|
|
open System
|
||
|
|
|
||
|
|
[<EntryPoint>]
|
||
|
|
let main args =
|
||
|
|
printfn "%s" (Uri.EscapeDataString(args.[0]))
|
||
|
|
0
|