From 60e3e497a47959c2e13f900379a06bb133d7bb32 Mon Sep 17 00:00:00 2001 From: John Barrett Date: Mon, 15 Apr 2019 21:44:25 +0100 Subject: Challenge 4 part 1 --- challenge-004/john-barrett/perl5/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 challenge-004/john-barrett/perl5/README.md diff --git a/challenge-004/john-barrett/perl5/README.md b/challenge-004/john-barrett/perl5/README.md new file mode 100644 index 0000000000..9a98597b12 --- /dev/null +++ b/challenge-004/john-barrett/perl5/README.md @@ -0,0 +1,8 @@ +# How I cheated this week... + +## Part 1: + +You need to run... + +`$ perl -MMath::Trig ch-1.pl` + -- cgit