This commit is contained in:
Sven van Heugten 2026-04-28 08:23:17 +02:00
parent c3bd4e1f55
commit 3313656db4
No known key found for this signature in database
GPG key ID: D612F88666F4F660
6 changed files with 309 additions and 94 deletions

12
Mutannot/Mutannot.fsproj Normal file
View file

@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<AssemblyName>mutannot</AssemblyName>
<ImplicitUsings>false</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<Compile Include="Program.fs" />
</ItemGroup>
</Project>