Skip to content

SharifAIChallenge/AIC20-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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