diff options
| author | Paulo Custodio <pauloscustodio@gmail.com> | 2021-02-18 21:04:48 +0000 |
|---|---|---|
| committer | Paulo Custodio <pauloscustodio@gmail.com> | 2021-02-18 21:04:48 +0000 |
| commit | ecebe513c84edd4e5b259a8ef245232f771ae77d (patch) | |
| tree | 9a01c227c24343515ee0f9d3ebe4f2b0e42b47dc /challenge-100/paulo-custodio/cpp | |
| parent | a4af5299879128e7a16f4d81aa96c5b7f18f6744 (diff) | |
| download | perlweeklychallenge-club-ecebe513c84edd4e5b259a8ef245232f771ae77d.tar.gz perlweeklychallenge-club-ecebe513c84edd4e5b259a8ef245232f771ae77d.tar.bz2 perlweeklychallenge-club-ecebe513c84edd4e5b259a8ef245232f771ae77d.zip | |
Fix comments
Diffstat (limited to 'challenge-100/paulo-custodio/cpp')
| -rw-r--r-- | challenge-100/paulo-custodio/cpp/ch-1.cpp | 2 | ||||
| -rw-r--r-- | challenge-100/paulo-custodio/cpp/ch-2.cpp | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/challenge-100/paulo-custodio/cpp/ch-1.cpp b/challenge-100/paulo-custodio/cpp/ch-1.cpp index 389d36f9c9..9f4bcbd5e5 100644 --- a/challenge-100/paulo-custodio/cpp/ch-1.cpp +++ b/challenge-100/paulo-custodio/cpp/ch-1.cpp @@ -1,4 +1,6 @@ /* +Challenge 100 + TASK #1 > Fun Time Submitted by: Mohammad S Anwar You are given a time (12 hour / 24 hour). diff --git a/challenge-100/paulo-custodio/cpp/ch-2.cpp b/challenge-100/paulo-custodio/cpp/ch-2.cpp index b672a5cffe..c94b0355a3 100644 --- a/challenge-100/paulo-custodio/cpp/ch-2.cpp +++ b/challenge-100/paulo-custodio/cpp/ch-2.cpp @@ -1,4 +1,6 @@ /* +Challenge 100 + TASK #2 > Triangle Sum Submitted by: Mohammad S Anwar You are given triangle array. |
