Skip to content

Instantly share code, notes, and snippets.

@ebot
Created December 22, 2008 12:59
Show Gist options
  • Save ebot/38971 to your computer and use it in GitHub Desktop.
Save ebot/38971 to your computer and use it in GitHub Desktop.
#!/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