Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 345 Bytes

File metadata and controls

7 lines (6 loc) · 345 Bytes

ConsoleApplicationExample

ConsoleApplicationExample is a example of simple console application. This application is provided contact book functionality. User can add/edit/remove/find contact from this application. All contacts data are stored in a local file using JSON format. This project uses Gson library for working with JSON format.