diff options
Diffstat (limited to 'challenge-099/paulo-custodio/awk/ch-2.awk')
| -rw-r--r-- | challenge-099/paulo-custodio/awk/ch-2.awk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/challenge-099/paulo-custodio/awk/ch-2.awk b/challenge-099/paulo-custodio/awk/ch-2.awk index 8fd50fa366..abf6668f74 100644 --- a/challenge-099/paulo-custodio/awk/ch-2.awk +++ b/challenge-099/paulo-custodio/awk/ch-2.awk @@ -1,5 +1,7 @@ #!/usr/bin/gawk +# Challenge 099 +# # TASK #2 > Unique Subsequence # Submitted by: Mohammad S Anwar # You are given two strings $S and $T. |
