Initial Commit

This commit is contained in:
2024-10-20 23:08:53 +07:00
commit 6e3782b281
18 changed files with 883 additions and 0 deletions

View File

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