From ecebe513c84edd4e5b259a8ef245232f771ae77d Mon Sep 17 00:00:00 2001 From: Paulo Custodio Date: Thu, 18 Feb 2021 21:04:48 +0000 Subject: Fix comments --- challenge-099/paulo-custodio/lua/ch-1.lua | 2 ++ challenge-099/paulo-custodio/lua/ch-2.lua | 2 ++ 2 files changed, 4 insertions(+) (limited to 'challenge-099/paulo-custodio/lua') diff --git a/challenge-099/paulo-custodio/lua/ch-1.lua b/challenge-099/paulo-custodio/lua/ch-1.lua index 225beeb34d..989dd87715 100644 --- a/challenge-099/paulo-custodio/lua/ch-1.lua +++ b/challenge-099/paulo-custodio/lua/ch-1.lua @@ -1,6 +1,8 @@ #!/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. 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. -- cgit