Files
FicroKanSharp/FicroKanSharp.Test/UnitTest1.fs
2021-12-24 18:44:45 +00:00

10 lines
146 B
Forth

namespace FicroKanSharp.Test
open FicroKanSharp
open Xunit
module TestThing =
[<Fact>]
let ``Foo`` () : unit =
failwith "TODO!"