https://github.com/arnauld/training-birthday-greetings
https://github.com/arnauld/training-birthday-greetings
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arnauld/training-birthday-greetings
- Owner: Arnauld
- Created: 2015-12-18T15:36:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-18T15:37:10.000Z (over 10 years ago)
- Last Synced: 2025-02-28T05:34:07.278Z (over 1 year ago)
- Language: Java
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Problem
* Read employee records from a file
* Filter employees whose birthday is today
* Send a personalized greetings message by email
# Source
Copied/Inspired From [birthday-greetings-kata](https://github.com/xpmatteo/birthday-greetings-kata)