Messaging app
Console application writes its messages depending on what time of day it is, for example, from 7 p.m to 11 p.m program will output : "Good evening, World!". Language of the messages depends on your system locale.
How to use this program
1. Clone a repository:
git clone https://github.com/JolaPsh/notification-app.git
2. Open the project using the IDE.
3. Run your program or just execute it with Maven:
mvn clean verify
4. By clicking on green badges you can find build status and log details.