30. Substring with Concatenation of All Words

This commit is contained in:
2026-03-25 23:58:01 +03:00
parent 6b483ea6d1
commit 4681660c8c
5 changed files with 80 additions and 1 deletions

View File

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