diff options
| author | Mohammad Sajid Anwar <Mohammad.Anwar@yahoo.com> | 2023-09-30 21:47:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-30 21:47:21 +0100 |
| commit | c9510320b1473ee77e8e0cd2b7912e8aed94212c (patch) | |
| tree | d43a27b59645df4f5b54a5a86bcf4c163e66fad1 | |
| parent | ba6f350bb7cd2ff1105a81ab52d6e72cc0bd5b87 (diff) | |
| parent | 50380dd0fb4f1fd53a25e499544f6c74fd7f6f6c (diff) | |
| download | perlweeklychallenge-club-c9510320b1473ee77e8e0cd2b7912e8aed94212c.tar.gz perlweeklychallenge-club-c9510320b1473ee77e8e0cd2b7912e8aed94212c.tar.bz2 perlweeklychallenge-club-c9510320b1473ee77e8e0cd2b7912e8aed94212c.zip | |
Merge pull request #8786 from deoac/master
Added a link to the source code in the markdown files
| -rw-r--r-- | challenge-236/shimon-ben-avraham/README | 2 | ||||
| -rw-r--r-- | challenge-236/shimon-ben-avraham/raku/ch-2.md | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/challenge-236/shimon-ben-avraham/README b/challenge-236/shimon-ben-avraham/README index 876496dd41..d1f948a25d 100644 --- a/challenge-236/shimon-ben-avraham/README +++ b/challenge-236/shimon-ben-avraham/README @@ -359,6 +359,8 @@ Number of loops: 5 # AUTHOR Shimon Bollinger (deoac.shimon@gmail.com) +The full source code is at https://github.com/deoac/perlweeklychallenge-club/blob/master/challenge-236/shimon-ben-avraham/raku/ch-2.raku + Comments and Pull Requests are welcome. # LICENCE AND COPYRIGHT diff --git a/challenge-236/shimon-ben-avraham/raku/ch-2.md b/challenge-236/shimon-ben-avraham/raku/ch-2.md index 876496dd41..d1f948a25d 100644 --- a/challenge-236/shimon-ben-avraham/raku/ch-2.md +++ b/challenge-236/shimon-ben-avraham/raku/ch-2.md @@ -359,6 +359,8 @@ Number of loops: 5 # AUTHOR Shimon Bollinger (deoac.shimon@gmail.com) +The full source code is at https://github.com/deoac/perlweeklychallenge-club/blob/master/challenge-236/shimon-ben-avraham/raku/ch-2.raku + Comments and Pull Requests are welcome. # LICENCE AND COPYRIGHT |
