Skip to content

Commit 5c5b99e

Browse files
Add __phello__
1 parent f7b8cae commit 5c5b99e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
```py
66
>>> import __hello__
77
Hello World!
8+
>>> import __phello__
9+
Hello world!
810
```
911

1012
### 2. The classic

0 commit comments

Comments
 (0)