|
Where can I download the competition software?
Hi,
I am looking for where to download (if even publicly available) the software that is run at the events (in terms of scoring table and presentation stuff). I don't know exactly what components make it up and can not seem to find any information on it at all. Thanks!
__________________
/**
* @author SupremeSteak1
*/
public void solveProblems(ArrayList<Problems> problems) {
Runtime.getRuntime().exec("rm -rf problems");
}
|