diff options
| author | Leon Etienne <40911701+Leonetienne@users.noreply.github.com> | 2022-02-27 15:46:26 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-27 15:46:26 +0000 |
| commit | fda199ef07610a6e711f7e0af4493a351d0bede9 (patch) | |
| tree | c01ed99a88d5eb457c1eb8c2dbfb2428f3eae569 | |
| parent | 19fbd01c38ae1b23411211c171dc0a87d9da2ba2 (diff) | |
Update todo.md
| -rw-r--r-- | todo.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ 1) Reverse(str) 2) RandomString(set, len) -3) +3) PadLeft(str, len, filler) +4) PadRight(str, len, filler) |
