diff options
| author | Trenton Stark <[email protected]> | 2022-10-01 13:06:48 -0700 |
|---|---|---|
| committer | Trenton Stark <[email protected]> | 2022-10-01 13:06:48 -0700 |
| commit | 2c146474560b1a543cda76e9c2d9401e86a93cde (patch) | |
| tree | 9ae74dabcad5c114fb9d32b6f211c4b704e35f43 /Ch 5 Debugging Project | |
| parent | Finished psuedocode text file (diff) | |
| download | cst116-lab0-debugging-starktre-2c146474560b1a543cda76e9c2d9401e86a93cde.tar.xz cst116-lab0-debugging-starktre-2c146474560b1a543cda76e9c2d9401e86a93cde.zip | |
Fixed mistake in psuedocode text file
Diffstat (limited to 'Ch 5 Debugging Project')
| -rw-r--r-- | Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedocode.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedocode.txt b/Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedocode.txt index 8c3b0e3..e4e7387 100644 --- a/Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedocode.txt +++ b/Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedocode.txt @@ -1,5 +1,5 @@ include the iostream and iomanip libraries -use iostream with std prefix +use iostream without std prefix begin main print current amount of money |