Skip to content

Commit 8a05630

Browse files
Add Get Languages example
1 parent 428b01c commit 8a05630

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,3 +218,11 @@ judge0.wait(submissions=submission) # Wait for the submission to finish.
218218

219219
print(submission.stdout) # Prints 'hello, world'
220220
```
221+
222+
### Get Languages
223+
224+
```python
225+
import judge0
226+
client = judge0.get_client()
227+
print(client.get_languages())
228+
```

0 commit comments

Comments
 (0)