Inspiration
Everyone uses a calendar but not many people know the algorithm behind it and how it is programmed.
What it does
What it does is that you provide the terminal with 2 integers, the month and the year, and the system prints out the calendar for the month for you.
Challenges we ran into
The main challenge for this one was I forgot to import Terminal so the compiler didn't understand any terminal functions.
What we learned
I got to learn about Zeller's congruence, its a really nice algorithm to figure out the day of the week.
Log in or sign up for Devpost to join the conversation.