Skip to content

Commit 3a3a791

Browse files
Removed playground test code.
1 parent c1cd5b9 commit 3a3a791

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

OnixLabs.Playground/Program.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,11 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
using System;
16-
using OnixLabs.Units;
17-
1815
namespace OnixLabs.Playground;
1916

2017
internal static class Program
2118
{
2219
private static void Main()
2320
{
24-
Area<double> area = Area<double>.FromSquareMeters(567);
25-
Console.WriteLine($"{area:sqin0}");
2621
}
2722
}

0 commit comments

Comments
 (0)