Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 335 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 335 Bytes

AI Challenge 2020 - Server

Setup instructions

You can run the program by downloading server.jar file and using the following instruction:

java -jar server.jar

By using the option --extra as shown below, you can increase the timeout:

java -jar server.jar --extra=200 or java -jar server.jar --extra:200