adding test.cpp

This commit is contained in:
Jidong Xiao
2025-02-24 22:19:25 -05:00
committed by JamesFlare
parent 33c771a3a5
commit e275aa3ad7
2 changed files with 26 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ $ g++ -pg -o test test.cpp
```
## Example C++ Program
Create a file `test.cpp` with the following code:
Create a file [test.cpp](test.cpp) with the following code:
```cpp
#include <iostream>