aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Pseudo-Code.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CST116-Ch8-Debugging/CST116-Ch8-Debugging-Pseudo-Code.txt')
-rw-r--r--CST116-Ch8-Debugging/CST116-Ch8-Debugging-Pseudo-Code.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Pseudo-Code.txt b/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Pseudo-Code.txt
deleted file mode 100644
index 39ed4cf..0000000
--- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Pseudo-Code.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-int_var
- i = 0
- count
-
-while i < 10
- output i + 1
-
-for count = 0
- count < 10
- count + 1
-
-output count \ No newline at end of file