initial import

This commit is contained in:
2010-03-05 04:04:27 +02:00
commit 5588c77026
3 changed files with 45 additions and 0 deletions

5
bin/greek_easter Executable file
View File

@@ -0,0 +1,5 @@
#! /usr/bin/env ruby
require "rubygems"
require "../lib/greek_easter"
puts GreekEaster.at(ARGV[0])