Initial commit

This commit is contained in:
Smaug123
2024-06-03 20:09:40 +01:00
commit 13545affe1
5 changed files with 347 additions and 0 deletions

16
TestRunner.fsproj Normal file
View File

@@ -0,0 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="Program.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NUnit" Version="4.1.0" />
</ItemGroup>
</Project>