exercism-perl5

Repository for my Perl 5 Exercism exercises
git clone git://git.samirparikh.com/exercism-perl5
Log | Files | Refs | README

README.md (1241B) - raw


      1 # Meetup
      2 
      3 Welcome to Meetup on Exercism's Perl 5 Track.
      4 If you need help running the tests or submitting your code, check out `HELP.md`.
      5 
      6 ## Instructions
      7 
      8 In this exercise, you will be given a general description of a meetup date and then asked to find the actual meetup date.
      9 
     10 Examples of general descriptions are:
     11 
     12 - First Monday of January 2022
     13 - Third Tuesday of August 2021
     14 - Teenth Wednesday of May 2022
     15 - Teenth Sunday of July 2021
     16 - Last Thursday of November 2021
     17 
     18 The descriptors you are expected to process are: `first`, `second`, `third`, `fourth`, `fifth`, `last`, `teenth`.
     19 
     20 Note that descriptor `teenth` is a made-up word.
     21 There are exactly seven numbered days in a month that end with "teenth" ("thirteenth" to "nineteenth").
     22 Therefore, it is guaranteed that each day of the week (Monday, Tuesday, ...) will have exactly one numbered day ending with "teenth" each month.
     23 
     24 For example, if given "First Monday of January 2022", the correct meetup date is January 3, 2022.
     25 
     26 ## Source
     27 
     28 ### Created by
     29 
     30 - @dnmfarrell
     31 
     32 ### Contributed to by
     33 
     34 - @bistik
     35 - @kytrinyx
     36 - @m-dango
     37 - @rfilipo
     38 
     39 ### Based on
     40 
     41 Jeremy Hinegardner mentioned a Boulder meetup that happens on the Wednesteenth of every month - https://twitter.com/copiousfreetime