Skip to content

Commit 075d53e

Browse files
authored
Merge pull request #4 from kzlsahin/feature/algorithm-1
Feature/algorithm 1
2 parents e59eef9 + eac7942 commit 075d53e

File tree

4 files changed

+401
-0
lines changed

4 files changed

+401
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>net6.0</TargetFramework>
6+
<RootNamespace>Solution_a1_3</RootNamespace>
7+
<ImplicitUsings>enable</ImplicitUsings>
8+
<Nullable>enable</Nullable>
9+
</PropertyGroup>
10+
11+
</Project>

0 commit comments

Comments
 (0)