9 lines
98 B
Forth
9 lines
98 B
Forth
|
module Tests
|
||
|
|
||
|
open System
|
||
|
open Xunit
|
||
|
|
||
|
[<Fact>]
|
||
|
let ``My test`` () =
|
||
|
Assert.True(true)
|