Skip to content

Commit fbd1bb5

Browse files
authored
usage additions
1 parent 2ecdf15 commit fbd1bb5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ r = coderunner.code(source_code, language, expected_output)
4545

4646
# Use path=False if not using file paths
4747
r = coderunner.code("Hello, World", language, "Hello, World", path=False)
48+
49+
r.run()
50+
print(r.getOutput())
51+
print(r.getError())
52+
# See Documentation for more methods.
4853
```
4954

5055
## Documentation
@@ -85,7 +90,7 @@ black --check --diff coderunner
8590
See the [CHANGELOG.md](CHANGELOG.md) file for details.
8691

8792
## :fire: Powered By
88-
**[Judge0 api](https://github.com/judge0/api) - Free, robust and scalable open-source online code execution system**
93+
**[Judge0 API](https://github.com/judge0/api) - Free, robust and scalable open-source online code execution system**
8994

9095
## Author
9196

0 commit comments

Comments
 (0)