diff --git a/README.md b/README.md new file mode 100644 index 0000000..3b553ca --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# hello +## this is readme \ No newline at end of file diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..551fda9 --- /dev/null +++ b/hello.py @@ -0,0 +1,3 @@ +if __name__=="__main__": + print("Hello World!") + print("Welcome to my github!") \ No newline at end of file