Guest User

Untitled

a guest
Apr 16th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. =begin
  2. Write a Ruby program that tells you how many minutes there
  3. are in a year (do not bother right now about leap years etc.)
  4. =end
  5. puts 365*24*60
Add Comment
Please, Sign In to add comment