aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vs/VSWorkspaceState.json2
-rw-r--r--.vs/cst116-lab0-debugging-joetraver30/v17/.suobin45056 -> 57344 bytes
-rw-r--r--.vs/cst116-lab0-debugging-joetraver30/v17/Browse.VC.dbbin16531456 -> 16531456 bytes
-rw-r--r--.vs/slnx.sqlitebin331776 -> 331776 bytes
-rw-r--r--Ch 5 Debugging Project/CST116-Lab0-Traver-Pseudo-Code12
5 files changed, 13 insertions, 1 deletions
diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json
index 216690d..d265bff 100644
--- a/.vs/VSWorkspaceState.json
+++ b/.vs/VSWorkspaceState.json
@@ -3,6 +3,6 @@
"",
"\\Ch 5 Debugging Project"
],
- "SelectedNode": "\\Ch 5 Debugging Project\\Ch 5 Debugging Project.cpp",
+ "SelectedNode": "\\Ch 5 Debugging Project\\Push Check List.txt",
"PreviewInSolutionExplorer": false
} \ No newline at end of file
diff --git a/.vs/cst116-lab0-debugging-joetraver30/v17/.suo b/.vs/cst116-lab0-debugging-joetraver30/v17/.suo
index 17a9209..ea0d552 100644
--- a/.vs/cst116-lab0-debugging-joetraver30/v17/.suo
+++ b/.vs/cst116-lab0-debugging-joetraver30/v17/.suo
Binary files differ
diff --git a/.vs/cst116-lab0-debugging-joetraver30/v17/Browse.VC.db b/.vs/cst116-lab0-debugging-joetraver30/v17/Browse.VC.db
index 9ae6e07..b62cf07 100644
--- a/.vs/cst116-lab0-debugging-joetraver30/v17/Browse.VC.db
+++ b/.vs/cst116-lab0-debugging-joetraver30/v17/Browse.VC.db
Binary files differ
diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite
index bc333d7..97bd979 100644
--- a/.vs/slnx.sqlite
+++ b/.vs/slnx.sqlite
Binary files differ
diff --git a/Ch 5 Debugging Project/CST116-Lab0-Traver-Pseudo-Code b/Ch 5 Debugging Project/CST116-Lab0-Traver-Pseudo-Code
new file mode 100644
index 0000000..5020ec2
--- /dev/null
+++ b/Ch 5 Debugging Project/CST116-Lab0-Traver-Pseudo-Code
@@ -0,0 +1,12 @@
+print:
+ Joe Traver
+ CST 116
+ Github ID - joetraver30
+
+money = 123.45
+
+print:
+ "you have $"
+output = money
+
+