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