Implement Geometric Class Definitions (round 2)

This commit is contained in:
2024-01-26 00:14:28 -05:00
parent 4152b0d2aa
commit 256fe730cd
11 changed files with 139 additions and 11 deletions

View File

@@ -2,5 +2,8 @@
namespace Geometry
{
class Triangle
{
};
}