diff options
| author | JacobAKnox <[email protected]> | 2021-10-06 19:50:26 -0700 |
|---|---|---|
| committer | JacobAKnox <[email protected]> | 2021-10-06 19:50:26 -0700 |
| commit | 1f7c898ea3a75ecef08c81ca7bb66703b43db53c (patch) | |
| tree | bd4a1487f1621ce34d49d8f08d06e182cd2aab99 /3b/psudocode.txt | |
| parent | 3b psudocode (diff) | |
| download | archived-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.txt | 2 |
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 |