diff --git a/hello_world.py b/hello_world.py deleted file mode 100644 index 2038753d..00000000 --- a/hello_world.py +++ /dev/null @@ -1,10 +0,0 @@ -def hello_world(): - """ - Prints "Hello World!" to the console. - - This function does not take any arguments and does not return anything. - """ - print("Hello World!") - -if __name__ == '__main__': - hello_world() diff --git a/hello_world.txt b/hello_world.txt deleted file mode 100644 index 557db03d..00000000 --- a/hello_world.txt +++ /dev/null @@ -1 +0,0 @@ -Hello World