- Install Visual Studio Code
- Install .NET
Note
Once you have already installed .NET make sure that you have set the environment variables correctly.
- Click on the code button in this repository
- Select the Download Zip option
- Extract the .zip file with the Extract here option
- Place the project folder on the desired location
- First way: Right click on the folder and open it with Visual Studio Code
- Second way: Open Visual Studio code and drag the folder in Visual Studio Code Window
- Third way: Open Visual Studio, on top bar, click File and Open Folder or press
Ctrl+K Ctrl+O
, then choose the folder where you save it
- Select the folder when you would like clone the project
- Clone: Open gitbash and paste the following command
git clone https://github.com/Diegocortes15/qa-automation-test-teaminternational.git
- Open: Paste the following command to open up the project
cd qa-automation-test-teaminternational
code .
-
In Visual Studio Code, open new terminal with
Ctrl+Shift+`
orCtrl+Shift+ñ
or on top bar click Terminal, then click New Terminal -
Type
dotnet run
to run the project
dotnet run
A(1, 1) B(2, 2) C(3, 3)
A(0, 0) B(3, 4) C(3, 0)
A(0, 0) B(0, 4) C(4, 0)
A(0, 0) B(2, 3.46) C(4, 0)
A(0, 0) B(1.5, 4) C(3, 0)