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/cpp/ch-1.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'challenge-099/paulo-custodio/cpp/ch-1.cpp') diff --git a/challenge-099/paulo-custodio/cpp/ch-1.cpp b/challenge-099/paulo-custodio/cpp/ch-1.cpp index 5fe6d95de2..67687d4582 100644 --- a/challenge-099/paulo-custodio/cpp/ch-1.cpp +++ b/challenge-099/paulo-custodio/cpp/ch-1.cpp @@ -1,4 +1,6 @@ /* +Challenge 099 + TASK #1 › Pattern Match Submitted by: Mohammad S Anwar You are given a string $S and a pattern $P. -- cgit