Created
December 22, 2008 12:59
-
-
Save ebot/38971 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby -wKU | |
require 'date' | |
spring_training = Date.new 2009, 2, 14 | |
current_date = DateTime.now | |
difference = spring_training - current_date | |
puts "#{difference.to_i} days until pitchers and catchers report for the " << | |
"WORLD FUCKING CHAMPION PHILADELPHIA FIGHTIN PHILS!" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment