feat: update gitingore
This commit is contained in:
10
Iteration/Iteration.csproj
Normal file
10
Iteration/Iteration.csproj
Normal file
@ -0,0 +1,10 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
6
Iteration/Iterations.cs
Normal file
6
Iteration/Iterations.cs
Normal file
@ -0,0 +1,6 @@
|
||||
namespace Iteration;
|
||||
|
||||
public class Iterations
|
||||
{
|
||||
|
||||
}
|
3
Iteration/Program.cs
Normal file
3
Iteration/Program.cs
Normal file
@ -0,0 +1,3 @@
|
||||
// See https://aka.ms/new-console-template for more information
|
||||
|
||||
Console.WriteLine("Hello, World!");
|
Reference in New Issue
Block a user