open Console.Waterworks // Learn more about F# at http://fsharp.org // See the 'F# Tutorial' project for more help. [] let main argv = let liaison = CW_Liaison() liaison.Run("Commands", true) 0 // return an integer exit code