mirror of
https://github.com/Smaug123/FicroKanSharp
synced 2025-10-21 18:58:39 +00:00
10 lines
146 B
Forth
10 lines
146 B
Forth
namespace FicroKanSharp.Test
|
|
|
|
open FicroKanSharp
|
|
open Xunit
|
|
|
|
module TestThing =
|
|
|
|
[<Fact>]
|
|
let ``Foo`` () : unit =
|
|
failwith "TODO!" |