Ever want to find all the last Sundays in 2022?
sh
lastdaysofmonth --year 2022 --day Sunday
This is an application to get all the last days of all months for a given a year.
Originally created to get a Rust implementation for Mohammad Sajid Anwar challange 175 for the Perl Weekly Challange.
You can find the Facebook Post on the Perl Community here.