diff options
| author | Abigail <abigail@abigail.be> | 2021-03-08 16:45:20 +0100 |
|---|---|---|
| committer | Abigail <abigail@abigail.be> | 2021-03-14 19:59:45 +0100 |
| commit | 73981bf58f2136d524c5b2a4ad1015411e61faf5 (patch) | |
| tree | 81fda9b9fab333b655edf24c1336127f164911d6 | |
| parent | bac7a4e650e51bbf5561ff81ff70097f9086f7ab (diff) | |
| download | perlweeklychallenge-club-73981bf58f2136d524c5b2a4ad1015411e61faf5.tar.gz perlweeklychallenge-club-73981bf58f2136d524c5b2a4ad1015411e61faf5.tar.bz2 perlweeklychallenge-club-73981bf58f2136d524c5b2a4ad1015411e61faf5.zip | |
Notes for week 103, part 1
| -rw-r--r-- | challenge-103/abigail/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/challenge-103/abigail/README.md b/challenge-103/abigail/README.md index c9089c7c0e..0634240b07 100644 --- a/challenge-103/abigail/README.md +++ b/challenge-103/abigail/README.md @@ -41,6 +41,13 @@ Input: 1938 Output: Earth Tiger ~~~~ +### Notes +We will actually output a three part string; beside the animal and element +cycles, we also output the yin/yang cycle. + +We will be reading years from standard input, writing results to standard +output. + ### Solutions ### Blog |
