From 878ced10f35a8abcd1b226327ab14a453160ab52 Mon Sep 17 00:00:00 2001 From: EdwardFine Date: Wed, 2 Nov 2022 23:04:55 -0700 Subject: Pseudocode --- CST116-ch11-debug-pseudocode.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CST116-ch11-debug-pseudocode.txt 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. -- cgit v1.2.3