idk how to have multi binary projects
This commit is contained in:
parent
021f493ce1
commit
6df2c54dff
|
@ -1 +1,2 @@
|
|||
Console.WriteLine("foof");
|
||||
double r = 2.5;
|
||||
Console.WriteLine($"area of square with radius {r}: {double.Pi * Math.Pow(r, 2)}");
|
||||
|
|
Loading…
Reference in New Issue