4 changed files with 14 additions and 2 deletions
@ -0,0 +1,4 @@
|
||||
namespace Commands |
||||
module ConsoleCommands = |
||||
let Test() = "The console is working" |
||||
|
@ -1,7 +1,10 @@
|
||||
// Learn more about F# at http://fsharp.org |
||||
open Console.Waterworks |
||||
|
||||
// Learn more about F# at http://fsharp.org |
||||
// See the 'F# Tutorial' project for more help. |
||||
|
||||
[<EntryPoint>] |
||||
let main argv = |
||||
printfn "%A" argv |
||||
let liaison = CW_Liaison() |
||||
liaison.Run("Commands", true) |
||||
0 // return an integer exit code |
||||
|
Loading…
Reference in new issue