From 6e0196a63f18277c388659c224d66497b22248a4 Mon Sep 17 00:00:00 2001 From: dj3500 Date: Fri, 9 Sep 2016 22:52:51 +0200 Subject: [PATCH] Updated readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 53bdd36..e1aba74 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Hightail -[Downloads](https://github.com/dj3500/hightail/releases) +### [Downloads](https://github.com/dj3500/hightail/releases) Hightail is an automatic tester for programming contests such as [CodeForces](http://codeforces.com) rounds. It will parse the problem statement, extract sample test cases (inputs and outputs) from it, and verify the correctness of your program against them. It is built to provide maximum automation and to relieve the contestant as much as possible. @@ -19,11 +19,11 @@ A list of Hightail's features: * written in Java and should run on any OS It supports the following online judges: -* CodeForces +* CodeForces (incl. Gym) * CodeChef (experimental) +* AtCoder (only past contests) * Jutge.org -* SPOJ (planned) -* other (what other judges should we support? do you want to help?) +* what other judges should we support? do you want to help? We do not plan on supporting the TopCoder Arena: it is a different architecture, and there are a lot of good plugins available for it. Also, if you use Java for contests, we recommend to take a look at Egor Kulikov's [CHelper](http://codeforces.com/blog/entry/3273) for IntelliJ IDEA.