AdventOfCode/AdventOfCode.Tests/2d-shapes/RectangleTests.cs
2023-12-10 14:42:35 +01:00

13 lines
210 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AdventOfCode.Tests._2d_shapes
{
internal class RectangleTests
{
}
}