From 727b40475c64cffc8d196ee9160f5d8b9b024ee4 Mon Sep 17 00:00:00 2001 From: AndrewJSong Date: Mon, 11 Oct 2021 13:16:02 +0800 Subject: [PATCH 1/2] create a test python script named "hello.py" hello world --- hello.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hello.py 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 From 61a16363ec325018b1dfab2ef934d5b2537144f3 Mon Sep 17 00:00:00 2001 From: AndrewJSong Date: Mon, 11 Oct 2021 13:17:53 +0800 Subject: [PATCH 2/2] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md 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