Skip to content

Instantly share code, notes, and snippets.

@213edu
Last active August 29, 2015 13:57
Show Gist options
  • Save 213edu/9561067 to your computer and use it in GitHub Desktop.
Save 213edu/9561067 to your computer and use it in GitHub Desktop.
#!/usr/bin/ruby
month = Time.now.month
day = Time.now.day
if month == 3 && day == 14
then
puts "Happy Pi day!~"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment