diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..afa5835 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +### IntelliJ IDEA ### +.idea +*.iws +*.ip diff --git a/helloword.py b/helloword.py new file mode 100644 index 0000000..78af1d0 --- /dev/null +++ b/helloword.py @@ -0,0 +1,2 @@ + +print("hello word !")