Files
ortools-clone/ortools/fsharp/OrTools.FSharp.Test/Program.fs
2018-11-10 18:00:53 +01:00

8 lines
143 B
Forth

namespace Google.OrTools.FSharp
module Program =
[<EntryPoint>]
let main _ =
printfn "Google.OrTools.FSharp Tests"
0