Simple Easter Calculator

Timothy Rice 633833d6ec License GPL and add README 4 years ago
.gitignore e1d984f4cb Ignore compiler side-effects 4 years ago
LICENSE.md 633833d6ec License GPL and add README 4 years ago
Makefile a13c1a18fc Initial commit 4 years ago
README.md 633833d6ec License GPL and add README 4 years ago
easter.c a13c1a18fc Initial commit 4 years ago

README.md

Simple Easter Calculator

A command line utility that just takes one argument, being a year, and tells you the Western/Gregorian Easter date for that year.

$ for y in 20{19..24}; do easter $y; done
2019-04-21
2020-04-12
2021-04-04
2022-04-17
2023-04-09
2024-03-31