Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 382 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 382 Bytes

codingame-template

Put your code in src and run the following command to automatically rebuild your code on save.

./build.bash src/path/to/your/code/YourMainClass.java

Your merged file YourMainClass.java will be at the root of your project.

Credits