aboutsummaryrefslogtreecommitdiff
path: root/3b/psudocode.txt
diff options
context:
space:
mode:
authorJacobAKnox <[email protected]>2021-10-06 19:50:26 -0700
committerJacobAKnox <[email protected]>2021-10-06 19:50:26 -0700
commit1f7c898ea3a75ecef08c81ca7bb66703b43db53c (patch)
treebd4a1487f1621ce34d49d8f08d06e182cd2aab99 /3b/psudocode.txt
parent3b psudocode (diff)
downloadarchived-cst116-lab2-jacobaknox-1f7c898ea3a75ecef08c81ca7bb66703b43db53c.tar.xz
archived-cst116-lab2-jacobaknox-1f7c898ea3a75ecef08c81ca7bb66703b43db53c.zip
psudocode corrections
Diffstat (limited to '3b/psudocode.txt')
-rw-r--r--3b/psudocode.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/3b/psudocode.txt b/3b/psudocode.txt
index 5696f5e..611baf9 100644
--- a/3b/psudocode.txt
+++ b/3b/psudocode.txt
@@ -4,4 +4,4 @@ len = string.len
out = ""
for i = len-1; i < 0; i--
out += s[i]
-retrun out \ No newline at end of file
+retrun out