diff options
| author | Abigail <abigail@abigail.freedom.nl> | 2022-01-06 21:36:22 +0100 |
|---|---|---|
| committer | Abigail <abigail@abigail.freedom.nl> | 2022-01-06 21:36:22 +0100 |
| commit | e3c2b1a4332c3620a8bc7361f271ffdf32ec9931 (patch) | |
| tree | 6c284afb1a2c8f49b43fd94f023b02a72426de09 /challenge-004/abigail/lua | |
| parent | b900311560a2aaccd86c911d362838090ca1e2d9 (diff) | |
| download | perlweeklychallenge-club-e3c2b1a4332c3620a8bc7361f271ffdf32ec9931.tar.gz perlweeklychallenge-club-e3c2b1a4332c3620a8bc7361f271ffdf32ec9931.tar.bz2 perlweeklychallenge-club-e3c2b1a4332c3620a8bc7361f271ffdf32ec9931.zip | |
Week 004: Fix references.
For part 1, this means fiddling with the fodder lines.
Diffstat (limited to 'challenge-004/abigail/lua')
| -rw-r--r-- | challenge-004/abigail/lua/ch-1.lua | 9 | ||||
| -rw-r--r-- | challenge-004/abigail/lua/ch-2.lua | 2 |
2 files changed, 5 insertions, 6 deletions
diff --git a/challenge-004/abigail/lua/ch-1.lua b/challenge-004/abigail/lua/ch-1.lua index 03a06fd74b..f8f39b4135 100644 --- a/challenge-004/abigail/lua/ch-1.lua +++ b/challenge-004/abigail/lua/ch-1.lua @@ -1,7 +1,7 @@ #!/opt/local/bin/lua -- --- See ../README.md +-- See https://theweeklychallenge.org/blog/perl-weekly-challenge-004 -- -- @@ -64,8 +64,7 @@ io . write ("\n") -- --- FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER --- FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER --- FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER --- FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER! +-- FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER +-- FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER +-- FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER FODDER!!!! -- diff --git a/challenge-004/abigail/lua/ch-2.lua b/challenge-004/abigail/lua/ch-2.lua index c1214ac67d..8454fa5d5d 100644 --- a/challenge-004/abigail/lua/ch-2.lua +++ b/challenge-004/abigail/lua/ch-2.lua @@ -1,7 +1,7 @@ #!/opt/local/bin/lua -- --- See ../README.md +-- See https://theweeklychallenge.org/blog/perl-weekly-challenge-004 -- -- |
