We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20cd816 commit af3df2dCopy full SHA for af3df2d
README.md
@@ -1,6 +1,7 @@
1
# python-codeforces
2
3
[](https://python-codeforces.readthedocs.io/en/latest/?badge=latest)
4
+[](https://travis-ci.com/Mukundan314/python-codeforces)
5
6
Codeforces API wrapper for python
7
@@ -36,7 +37,7 @@ cf-run [contestId] [index] [program]
36
37
38
Example:
39
-```shell
40
+```
41
$ gcc a.c -o ./out
42
$ cf-run 1100 A ./out
43
A. Roman and Browser
0 commit comments