summaryrefslogtreecommitdiff
path: root/CST116-ch11-debug-pseudocode.txt
diff options
context:
space:
mode:
authorEdwardFine <[email protected]>2022-11-02 23:04:55 -0700
committerEdwardFine <[email protected]>2022-11-02 23:04:55 -0700
commit878ced10f35a8abcd1b226327ab14a453160ab52 (patch)
tree7a4bfe34a8017e176295ecef475b0f63bae64d08 /CST116-ch11-debug-pseudocode.txt
parentFinished Debug (diff)
downloadcst116-ch11-debugging-edwardfine-master.tar.xz
cst116-ch11-debugging-edwardfine-master.zip
PseudocodeHEADmaster
Diffstat (limited to 'CST116-ch11-debug-pseudocode.txt')
-rw-r--r--CST116-ch11-debug-pseudocode.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CST116-ch11-debug-pseudocode.txt b/CST116-ch11-debug-pseudocode.txt
new file mode 100644
index 0000000..fed6156
--- /dev/null
+++ b/CST116-ch11-debug-pseudocode.txt
@@ -0,0 +1,3 @@
+Open and read an input file.
+Open an output file.
+Transcribe the input file to the output file.