Skip to content

Commit e952f02

Browse files
committed
Add "Hello World" example
Signed-off-by: Ercan Ersoy <ercanersoy@ercanersoy.net>
1 parent 3da4927 commit e952f02

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@
22

33
Python code examples for learning
44

5-
Copyright (c) 2020 Ercan Ersoy
5+
Copyright (c) 2020 Ercan Ersoy
6+
7+
## Examples List
8+
9+
* [Hello World](hello-world)

hello-world/hello-world.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
print("Hello, world!")

0 commit comments

Comments
 (0)