8 lines
187 B
Forth
8 lines
187 B
Forth
|
// Learn more about F# at http://fsharp.org
|
||
|
// See the 'F# Tutorial' project for more help.
|
||
|
|
||
|
[<EntryPoint>]
|
||
|
let main argv =
|
||
|
printfn "%A" argv
|
||
|
0 // return an integer exit code
|