diff options
| author | Mohammad S Anwar <Mohammad.Anwar@yahoo.com> | 2022-01-06 20:17:20 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-06 20:17:20 +0000 |
| commit | 786f21aed588d59411c670d209123721bd492d57 (patch) | |
| tree | 6e63e5ca51c8d2305bf3f277ca181ab1214691fa /challenge-003/abigail/lua/ch-2.lua | |
| parent | b900311560a2aaccd86c911d362838090ca1e2d9 (diff) | |
| parent | 5ef21313761723d1a1e68fd07d770492a7365d56 (diff) | |
| download | perlweeklychallenge-club-786f21aed588d59411c670d209123721bd492d57.tar.gz perlweeklychallenge-club-786f21aed588d59411c670d209123721bd492d57.tar.bz2 perlweeklychallenge-club-786f21aed588d59411c670d209123721bd492d57.zip | |
Merge pull request #5481 from Abigail/abigail/week-003
Abigail/week 003
Diffstat (limited to 'challenge-003/abigail/lua/ch-2.lua')
| -rw-r--r-- | challenge-003/abigail/lua/ch-2.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-003/abigail/lua/ch-2.lua b/challenge-003/abigail/lua/ch-2.lua index 0e30b0a9c6..aed77c8e32 100644 --- a/challenge-003/abigail/lua/ch-2.lua +++ b/challenge-003/abigail/lua/ch-2.lua @@ -1,7 +1,7 @@ #!/opt/local/bin/lua -- --- See ../README.md +-- See https://theweeklychallenge.org/blog/perl-weekly-challenge-003 -- -- |
