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