Added a calculator test program.

This commit is contained in:
Creeper Lv
2026-05-26 19:34:04 +10:00
parent 2d90caa285
commit 89354af95e
6 changed files with 331 additions and 0 deletions
@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>