Changed style mistakes to pass gradle build
1 file changed
tree: 8742b0466a5cad1a2b9076fd6480f740b8e6dc3f
- config/
- doc/
- gradle/
- src/
- test/
- .gitignore
- .travis.yml
- _config.yml
- build.gradle
- gradlew
- gradlew.bat
- LICENSE
- README.md
README.md

AddressBook (Level 2)
- This is a CLI (Command Line Interface) Address Book application written in OOP fashion.
- It is a Java sample application intended for students learning Software Engineering while using Java as the main programming language.
- It provides a reasonably well-written code example that is significantly bigger than what students usually write in data structure modules.
Useful Links
Contributors
The full list of contributors for se-edu can be found here.
Contact Us
- Bug reports, Suggestions : Post in our issue tracker if you noticed bugs or have suggestions on how to improve.
- Contributing : We welcome pull requests. Follow the process described here