Allows user to type in month and date numbers and as a result a small calendar will be output to the
- To Run, type ruby cal.rb month year
- Input month and year as integers
- Program will only search the calendar between the years 1900 to 3000
My process for building this Program
- Unit Tests for various class methods
- Integration tests for the entire cal program
- See the following files for specific tests: test_zeller.rb test_month.rb test_year.rb test_cal.rb