diff --git a/HELLOWORLD.py b/HELLOWORLD.py index 505c2af..0463785 100644 --- a/HELLOWORLD.py +++ b/HELLOWORLD.py @@ -6,4 +6,5 @@ print("x is 1.") -print("Goodbye, World!") \ No newline at end of file + +print("Goodbye, World!") diff --git a/README.md b/README.md deleted file mode 100644 index 8c089b4..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# hello-world -git checkin new repo -This is a new repo dedicated to this assignment to learn more new things in github. - -Hello World in VS Code (edited in VS Code)