Stubbed out example 13

This commit is contained in:
Chomp
2025-02-10 15:48:33 +00:00
parent 7cd8ef9179
commit 5e698d0809
3 changed files with 29 additions and 0 deletions
@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<RootNamespace>_13AddTraderWithAssortJson</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>
@@ -0,0 +1,7 @@
namespace _13AddTraderWithAssortJson
{
public class Class1
{
}
}