aboutsummaryrefslogtreecommitdiff
path: root/challenge-099/paulo-custodio/lua/ch-1.lua
diff options
context:
space:
mode:
authorMohammad S Anwar <Mohammad.Anwar@yahoo.com>2021-02-20 01:18:05 +0000
committerGitHub <noreply@github.com>2021-02-20 01:18:05 +0000
commit2102fa481829f30d4e6ec37d04fa77f87e7e9a50 (patch)
tree158db5e61a8ba4e27e57b0feb52c6673a65af476 /challenge-099/paulo-custodio/lua/ch-1.lua
parent468bc290d602b49bc9c51d8905d7e389e931806e (diff)
parent798c5692eb4c43474a1ba230bb93f9fdfc3fd311 (diff)
downloadperlweeklychallenge-club-2102fa481829f30d4e6ec37d04fa77f87e7e9a50.tar.gz
perlweeklychallenge-club-2102fa481829f30d4e6ec37d04fa77f87e7e9a50.tar.bz2
perlweeklychallenge-club-2102fa481829f30d4e6ec37d04fa77f87e7e9a50.zip
Merge pull request #3576 from pauloscustodio/paulo-custodio
Paulo Custodio
Diffstat (limited to 'challenge-099/paulo-custodio/lua/ch-1.lua')
-rw-r--r--challenge-099/paulo-custodio/lua/ch-1.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/challenge-099/paulo-custodio/lua/ch-1.lua b/challenge-099/paulo-custodio/lua/ch-1.lua
index 989dd87715..225beeb34d 100644
--- a/challenge-099/paulo-custodio/lua/ch-1.lua
+++ b/challenge-099/paulo-custodio/lua/ch-1.lua
@@ -1,8 +1,6 @@
#!/usr/bin/env lua
--[[
-Challenge 099
-
TASK #1 › Pattern Match
Submitted by: Mohammad S Anwar
You are given a string $S and a pattern $P.