diff --git a/README.md b/README.md index d2074cc44f485be96b65a228c1737fbe1ad32971..1465b8e9c43d5940a964f8571a9d860cfc875c22 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # githubintro +# by me....... diff --git a/addthisthere.py b/addthisthere.py new file mode 100644 index 0000000000000000000000000000000000000000..69babf928f0f1ecb1ba05f34a25283de34f6cae7 --- /dev/null +++ b/addthisthere.py @@ -0,0 +1 @@ +print('I added the file') \ No newline at end of file diff --git a/hithere.py b/hithere.py new file mode 100644 index 0000000000000000000000000000000000000000..d3e46f27cbccd2f07f6b4876b14e96bd6e96a89f --- /dev/null +++ b/hithere.py @@ -0,0 +1 @@ +print('Hello World') \ No newline at end of file