f8de8d5a80
* dotnet add uses ProjectTypeGuid or DefaultProjectTypeGuid * Create ProjectInstanceExtensions per PR comments
7 lines
187 B
Forth
7 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
|