From 15c184a643733f2d5989889c407faa228551eac5 Mon Sep 17 00:00:00 2001 From: Abigail Date: Wed, 2 Dec 2020 22:28:53 +0100 Subject: Chef solution for week 89, part 2. --- challenge-089/abigail/README | 2 ++ challenge-089/abigail/chef/ch-2.chef | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 challenge-089/abigail/chef/ch-2.chef (limited to 'challenge-089') diff --git a/challenge-089/abigail/README b/challenge-089/abigail/README index 4409367189..109eb3299e 100644 --- a/challenge-089/abigail/README +++ b/challenge-089/abigail/README @@ -11,7 +11,9 @@ Solution by Abigail * Befunge-98 * Brainfuck * C + * Chef * csh + * Forth * Fortran * MUMPS * Node.js diff --git a/challenge-089/abigail/chef/ch-2.chef b/challenge-089/abigail/chef/ch-2.chef new file mode 100644 index 0000000000..821f9946ef --- /dev/null +++ b/challenge-089/abigail/chef/ch-2.chef @@ -0,0 +1,32 @@ +Magic Square. + +Ingredients. +10 cups coconut flakes +8 kg duck +6 kg lamb +4 kg chicken +2 kg beef +1 cup honey +1 tablespoon pepper + +Method. +Liquefy coconut flakes. +Put coconut flakes into mixing bowl. +Put lamb into mixing bowl. +Put pepper into mixing bowl. +Put duck into mixing bowl. +Pour contents of the mixing bowl into 1st baking dish. +Clean mixing bowl. +Put coconut flakes into mixing bowl. +Put lamb into mixing bowl. Add honey. +Put chicken into mixing bowl. Add pepper. +Put beef into mixing bowl. Add honey. +Pour contents of the mixing bowl into 2nd baking dish. +Clean mixing bowl. +Put coconut flakes into mixing bowl. +Put beef into mixing bowl. +Put duck into mixing bowl. Add honey. +Put chicken into mixing bowl. +Pour contents of the mixing bowl into 3rd baking dish. + +Serves 3. -- cgit