Add files

This commit is contained in:
joachimschmidt557 2019-02-23 21:24:42 +01:00
parent c91cfa585f
commit 8623b39c3b
24 changed files with 1456 additions and 0 deletions

11
FSharpTest.fsproj Executable file
View file

@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="OtherFile.fs" />
<Compile Include="BetterThanRacket.fs" />
<Compile Include="Program.fs" />
</ItemGroup>
</Project>