From 73bbf276a3b60dc343f67dfb32ba21579172e7f8 Mon Sep 17 00:00:00 2001 From: Joe Traver Date: Tue, 11 Oct 2022 21:53:57 -0700 Subject: Final touches --- CST116-Ch8-Debugging/CST116-Ch8-Debugging-Pseudo-Code.txt | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 CST116-Ch8-Debugging/CST116-Ch8-Debugging-Pseudo-Code.txt (limited to 'CST116-Ch8-Debugging/CST116-Ch8-Debugging-Pseudo-Code.txt') 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 -- cgit v1.2.3