From 1ef702c4a43a5b297c39479c040d2c00311ae971 Mon Sep 17 00:00:00 2001 From: PerlMonk-Athanasius Date: Sun, 26 Mar 2023 23:21:01 +1000 Subject: Perl & Raku solutions to Task 1, and Perl solution to Task 2, for Week 209 --- challenge-209/athanasius/perl/Example_1.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 challenge-209/athanasius/perl/Example_1.txt (limited to 'challenge-209/athanasius/perl/Example_1.txt') diff --git a/challenge-209/athanasius/perl/Example_1.txt b/challenge-209/athanasius/perl/Example_1.txt new file mode 100644 index 0000000000..2cc2ad4af9 --- /dev/null +++ b/challenge-209/athanasius/perl/Example_1.txt @@ -0,0 +1,3 @@ +"A","a1@a.com","a2@a.com" +"B","b1@b.com" +"A","a3@a.com","a1@a.com" -- cgit