diff options
| author | Andrei F <[email protected]> | 2022-10-12 21:57:07 -0700 |
|---|---|---|
| committer | Andrei F <[email protected]> | 2022-10-12 21:57:07 -0700 |
| commit | 4a8651f3cc85b2d15222c6970bbd2cf58240a6c5 (patch) | |
| tree | 02c07cf89f5bc7e1cabea15b96c725f742333f8b | |
| parent | Added my name and other details to the top of the main program (diff) | |
| download | cst116-ch7-debugging-florea-4a8651f3cc85b2d15222c6970bbd2cf58240a6c5.tar.xz cst116-ch7-debugging-florea-4a8651f3cc85b2d15222c6970bbd2cf58240a6c5.zip | |
Added output to the text file
| -rw-r--r-- | CST116-Ch7-Debugging/CST116-Ch7-Debugging-Florea.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CST116-Ch7-Debugging/CST116-Ch7-Debugging-Florea.txt b/CST116-Ch7-Debugging/CST116-Ch7-Debugging-Florea.txt index e69de29..9622cfd 100644 --- a/CST116-Ch7-Debugging/CST116-Ch7-Debugging-Florea.txt +++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging-Florea.txt @@ -0,0 +1,5 @@ +/Users/andreiflorea/Desktop/Code/Oregon_Tech/cst116-ch7-debugging-florea/cmake-build-debug/cst116_ch7_debugging_florea +Enter your age: 19 +Teenager + +Process finished with exit code 0 |