We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1cd5b9 commit 3a3a791Copy full SHA for 3a3a791
OnixLabs.Playground/Program.cs
@@ -12,16 +12,11 @@
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
-using System;
16
-using OnixLabs.Units;
17
-
18
namespace OnixLabs.Playground;
19
20
internal static class Program
21
{
22
private static void Main()
23
24
- Area<double> area = Area<double>.FromSquareMeters(567);
25
- Console.WriteLine($"{area:sqin0}");
26
}
27
0 commit comments