This commit is contained in:
2026-03-25 16:58:20 +03:00
parent d99b7d18e3
commit 2464aeff0e
4 changed files with 208 additions and 0 deletions

11
18. 4Sum/18. 4Sum.csproj Normal file
View File

@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<RootNamespace>_18._4Sum</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>