Files
ortools-clone/ortools/fsharp/OrTools.FSharp.Test/Program.fs

8 lines
143 B
Forth
Raw Normal View History

namespace Google.OrTools.FSharp
module Program =
[<EntryPoint>]
let main _ =
printfn "Google.OrTools.FSharp Tests"
2018-11-10 18:00:53 +01:00
0