idk how to have multi binary projects

This commit is contained in:
Christoph J. Scherr 2024-04-15 00:22:15 +02:00
parent 021f493ce1
commit 6df2c54dff
1 changed files with 2 additions and 1 deletions

View File

@ -1 +1,2 @@
Console.WriteLine("foof"); double r = 2.5;
Console.WriteLine($"area of square with radius {r}: {double.Pi * Math.Pow(r, 2)}");