diff options
Diffstat (limited to 'challenge-099/paulo-custodio/awk')
| -rw-r--r-- | challenge-099/paulo-custodio/awk/ch-1.awk | 2 | ||||
| -rw-r--r-- | challenge-099/paulo-custodio/awk/ch-2.awk | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/challenge-099/paulo-custodio/awk/ch-1.awk b/challenge-099/paulo-custodio/awk/ch-1.awk index e090e3fe64..57a0b663f3 100644 --- a/challenge-099/paulo-custodio/awk/ch-1.awk +++ b/challenge-099/paulo-custodio/awk/ch-1.awk @@ -1,5 +1,7 @@ #!/usr/bin/gawk +# Challenge 099 +# # TASK #1 > Pattern Match # Submitted by: Mohammad S Anwar # You are given a string $S and a pattern $P. 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. |
