Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 468 Bytes

File metadata and controls

27 lines (16 loc) · 468 Bytes

Learning Java

Simple Java examples with streams and lambdas.

Running sample application

Application is build using Maven, to run simply execute:

mvn compile exec:java -Dexec.mainClass=learningjava.Application

Running the tests

Running test is simple with Maven:

mvn test

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details