Initial commit

This commit is contained in:
Patrick Stevens
2021-04-03 10:43:38 +01:00
commit 18b7b0a21b
4 changed files with 95 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="Library.fs"/>
</ItemGroup>
</Project>