diff --git a/Readme.txt b/Readme.txt new file mode 100644 index 0000000..ecbcad3 --- /dev/null +++ b/Readme.txt @@ -0,0 +1 @@ +This repository contain the tutorial for the learning git. \ No newline at end of file diff --git a/hello.py b/hello.py index 9434835..8219f49 100644 --- a/hello.py +++ b/hello.py @@ -1 +1 @@ -print("Hello Wolrd , My First Git Repo") +print("Hello World , My First Git Repo")