Timothy Rice 633833d6ec License GPL and add README | 5 vuotta sitten | |
---|---|---|
.gitignore | 5 vuotta sitten | |
LICENSE.md | 5 vuotta sitten | |
Makefile | 5 vuotta sitten | |
README.md | 5 vuotta sitten | |
easter.c | 5 vuotta sitten |
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