This commit is contained in:
Smaug123
2022-12-31 13:09:11 +00:00
commit 3d08a4912a
15 changed files with 884 additions and 0 deletions

13
Quine/Quine.fsproj Normal file
View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<RootNamespace>Quine</RootNamespace>
</PropertyGroup>
<ItemGroup>
<Compile Include="Program.fs" />
</ItemGroup>
</Project>