Skip to content

Commit ff54b6e

Browse files
author
Svetlin Nakov
committed
Updates Content/Chapter-2-1-simple-calculations/exercises-simple-calculations/square-area/square-area.md
Auto commit by GitBook Editor
1 parent 2ab9e5d commit ff54b6e

File tree

1 file changed

+1
-1
lines changed
  • Content/Chapter-2-1-simple-calculations/exercises-simple-calculations/square-area

1 file changed

+1
-1
lines changed

Content/Chapter-2-1-simple-calculations/exercises-simple-calculations/square-area/square-area.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ We create a **new project** in the existing Visual Studio solution. In the **Sol
1212

1313
![](/assets/chapter-2-images/01.Square-area-02.png)
1414

15-
We already have a solution with one console application in it. What remains is to write the **code for solving this problem**. For this purpose we go to the main method's body `Main(string[] args)` and write the following code:
15+
We already have a solution with one console application in it. What remains is to write the **code for solving this problem**. For this purpose, we go to the main method's body `Main(string[] args)` and write the following code:
1616

1717
![](/assets/chapter-2-images/01.Square-area-03.png)
1818

0 commit comments

Comments
 (0)