Skip to content

Commit

Permalink
print a new empty line after the iteration completes, such that SDOUT…
Browse files Browse the repository at this point in the history
… will print a clean calendar
  • Loading branch information
sanzaymdr committed Jan 18, 2024
1 parent 5f8ea7c commit eecfb1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/calendar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ def print_calendar(first_day_of_month, last_day_of_month)
print " " # Add space between days
end
end
puts "\n"
end
end

0 comments on commit eecfb1d

Please sign in to comment.