File tree
Expand file treeCollapse file tree1 file changed
+7
-4
lines changed Expand file treeCollapse file tree1 file changed
+7
-4
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -27,12 +27,15 @@ Understanding C++ is critical for system-level programming and secure software d
|
27 | 27 |
|
28 | 28 | ## Instructions
|
29 | 29 |
|
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 |
| - |
34 | 30 | Clone the repository and compile the code using a C++ compiler:
|
35 | 31 |
|
36 | 32 | ```bash
|
37 | 33 | g++ CS115_IP5_LuisCamachoJr.cpp -o output
|
38 | 34 | ./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) |
You can’t perform that action at this time.
0 commit comments