6 lines
90 B
Forth
6 lines
90 B
Forth
|
|
#light
|
||
|
|
[<EntryPoint>]
|
||
|
|
let main args =
|
||
|
|
Array.iter (fun x -> printfn "%s" x) args
|
||
|
|
0
|