Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 318 Bytes

Readme.md

File metadata and controls

27 lines (18 loc) · 318 Bytes

Competitive Programming Template for Java

Setup

mvn clean package

chmod +x add.sh

Usage

To add new module for the task run add.sh Example:

# Create A module with configured pom.xml, etc
./add.sh A

Checklist

  • Build run, run tests
  • [ ]

todo

-[ ] Think about init.sh