diff --git a/1st_edition/intro/hello_world.py b/1st_edition/intro/hello_world.py new file mode 100644 index 0000000..6656364 --- /dev/null +++ b/1st_edition/intro/hello_world.py @@ -0,0 +1,3 @@ +# Let's print something cool ! + +print("Hello World here i come")