test pack command
This commit is contained in:
parent
56d03c10e6
commit
00eadc6e8f
3 changed files with 30 additions and 3 deletions
10
TestAssets/TestProjects/FSharpTestAppSimple/Program.fs
Normal file
10
TestAssets/TestProjects/FSharpTestAppSimple/Program.fs
Normal file
|
@ -0,0 +1,10 @@
|
|||
// Copyright (c) .NET Foundation and contributors. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
module ConsoleApplication.Program
|
||||
|
||||
open System
|
||||
|
||||
[<EntryPoint>]
|
||||
let main argv =
|
||||
printfn "Hello World!"
|
||||
0
|
Reference in a new issue