mirror of
https://github.com/Smaug123/WoofWare.PawPrint
synced 2025-10-06 14:38:40 +00:00
8 lines
142 B
Forth
8 lines
142 B
Forth
namespace WoofWare.PawPrint.Test
|
|
|
|
open Expecto
|
|
|
|
module Program =
|
|
[<EntryPoint>]
|
|
let main argv = runTestsInAssemblyWithCLIArgs [] argv
|