diff options
| author | Abigail <abigail@abigail.be> | 2020-12-02 22:28:53 +0100 |
|---|---|---|
| committer | Abigail <abigail@abigail.be> | 2020-12-02 22:28:53 +0100 |
| commit | 15c184a643733f2d5989889c407faa228551eac5 (patch) | |
| tree | 64706ebffb370d258e8af1aa32fcd587a0ab4507 /challenge-089 | |
| parent | eb2409b775ef1c457890a7247a76c7be4644646d (diff) | |
| download | perlweeklychallenge-club-15c184a643733f2d5989889c407faa228551eac5.tar.gz perlweeklychallenge-club-15c184a643733f2d5989889c407faa228551eac5.tar.bz2 perlweeklychallenge-club-15c184a643733f2d5989889c407faa228551eac5.zip | |
Chef solution for week 89, part 2.
Diffstat (limited to 'challenge-089')
| -rw-r--r-- | challenge-089/abigail/README | 2 | ||||
| -rw-r--r-- | challenge-089/abigail/chef/ch-2.chef | 32 |
2 files changed, 34 insertions, 0 deletions
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. |
