Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 3.22 KB

README.md

File metadata and controls

46 lines (33 loc) · 3.22 KB

stackexchange Profile Codacy Badge

stackexchange-codereview

A collection of code used to answer or just experiment with Java questions asked on codereview.stackexchange.com

Getting started

This is a simple maven project compiled with Java 8. All questions are resolved in a dedicated branch :

Prerequisites

Installation

Clone this repository then move to the local copy and build it with maven :

git clone https://github.com/gervaisb/stackexchange-codereview.git

cd stackexchange-codereview
mvn compile  

License

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