From 6ba83654820bad00ba3c679bbe18764269dabe0f Mon Sep 17 00:00:00 2001 From: Paulo Custodio Date: Fri, 5 Mar 2021 20:22:55 +0000 Subject: Update comments --- challenge-099/paulo-custodio/cpp/ch-2.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'challenge-099/paulo-custodio/cpp/ch-2.cpp') diff --git a/challenge-099/paulo-custodio/cpp/ch-2.cpp b/challenge-099/paulo-custodio/cpp/ch-2.cpp index cf0cfbd04a..e553a5eaa2 100644 --- a/challenge-099/paulo-custodio/cpp/ch-2.cpp +++ b/challenge-099/paulo-custodio/cpp/ch-2.cpp @@ -1,4 +1,6 @@ /* +Challenge 099 + TASK #2 › Unique Sub-sequence Submitted by : Mohammad S Anwar You are given two strings $S and $T. -- cgit