sum_until_zero/sum_until_zero.csproj
La Programmatrice Verde 40a271ce32 Initial commit
2024-10-25 10:55:24 +02:00

11 lines
252 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>