9 lines
98 B
Forth
Raw Normal View History

2021-10-30 10:39:43 -04:00
module Tests
open System
open Xunit
[<Fact>]
let ``My test`` () =
Assert.True(true)