File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,15 @@ Understanding C++ is critical for system-level programming and secure software d
2727

2828
## Instructions
2929

30-
## Run Online
31-
You can run and test this code directly in your browser using the Programiz online compiler:
32-
[Run on Programiz](https://www.programiz.com/online-compiler/1BTYJoHZfFvJo)
33-
3430
Clone the repository and compile the code using a C++ compiler:
3531

3632
```bash
3733
g++ CS115_IP5_LuisCamachoJr.cpp -o output
3834
./output
35+
```
36+
37+
## Run Online
38+
39+
You can run and test this code directly in your browser using the Programiz online compiler:
40+
41+
[Run on Programiz](https://www.programiz.com/online-compiler/11UkcadNsRTm8)

0 commit comments

Comments
 (0)