7 lines
142 B
Forth
7 lines
142 B
Forth
namespace Google.OrTools.FSharp
|
|
|
|
module Program =
|
|
[<EntryPoint>]
|
|
let main _ =
|
|
printfn "Google.OrTools.FSharp Tests"
|
|
0 |