Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dj3500 committed Sep 9, 2016
1 parent 0ad1f30 commit 6e0196a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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.

Expand Down

0 comments on commit 6e0196a

Please sign in to comment.