From 6df2c54dff6b9937804d00be43f541f01c3a3aaa Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Mon, 15 Apr 2024 00:22:15 +0200 Subject: [PATCH] idk how to have multi binary projects --- Program.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 433b0b5..ea504b9 100644 --- a/Program.cs +++ b/Program.cs @@ -1 +1,2 @@ -Console.WriteLine("foof"); +double r = 2.5; +Console.WriteLine($"area of square with radius {r}: {double.Pi * Math.Pow(r, 2)}");