idk how to have multi binary projects
This commit is contained in:
parent
021f493ce1
commit
6df2c54dff
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue