Skip to content

Commit 9478549

Browse files
Add hello, world example
1 parent 417648b commit 9478549

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@ print(result.stdout)
7070
```
7171

7272
## Examples
73+
### hello, world
74+
75+
```python
76+
import judge0
77+
result = judge0.run(source_code="print('hello, world')")
78+
print(result.stdout)
79+
```
7380

7481
### Running C Programming Language
7582

0 commit comments

Comments
 (0)