diff options
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 |