Initial Commit

This commit is contained in:
2024-01-17 03:24:48 +01:00
commit c2a1db64b7
8 changed files with 68 additions and 0 deletions

9
CShocker/CShocker.csproj Normal file
View File

@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>

5
CShocker/Class1.cs Normal file
View File

@ -0,0 +1,5 @@
namespace CShocker;
public class Class1
{
}