diff options
| author | Paulo Custodio <pauloscustodio@gmail.com> | 2021-02-18 21:04:48 +0000 |
|---|---|---|
| committer | Paulo Custodio <pauloscustodio@gmail.com> | 2021-02-18 21:04:48 +0000 |
| commit | ecebe513c84edd4e5b259a8ef245232f771ae77d (patch) | |
| tree | 9a01c227c24343515ee0f9d3ebe4f2b0e42b47dc /challenge-099/paulo-custodio/lua/ch-2.lua | |
| parent | a4af5299879128e7a16f4d81aa96c5b7f18f6744 (diff) | |
| download | perlweeklychallenge-club-ecebe513c84edd4e5b259a8ef245232f771ae77d.tar.gz perlweeklychallenge-club-ecebe513c84edd4e5b259a8ef245232f771ae77d.tar.bz2 perlweeklychallenge-club-ecebe513c84edd4e5b259a8ef245232f771ae77d.zip | |
Fix comments
Diffstat (limited to 'challenge-099/paulo-custodio/lua/ch-2.lua')
| -rw-r--r-- | challenge-099/paulo-custodio/lua/ch-2.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/challenge-099/paulo-custodio/lua/ch-2.lua b/challenge-099/paulo-custodio/lua/ch-2.lua index d74eb53626..9c52b32a2e 100644 --- a/challenge-099/paulo-custodio/lua/ch-2.lua +++ b/challenge-099/paulo-custodio/lua/ch-2.lua @@ -1,6 +1,8 @@ #!/usr/bin/env lua --[[ +Challenge 099 + TASK #2 › Unique Sub-sequence Submitted by : Mohammad S Anwar You are given two strings $S and $T. |
