unit tests

This commit is contained in:
2023-12-26 01:33:41 +06:00
parent 7cf49a5a1b
commit 19a1ddb334
6 changed files with 205 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
global using System;
global using System.Globalization;
global using Xunit;
global using FusionCalculator;