diff --git a/README.md b/README.md index c4b468d..43350ed 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@ [![MIT License][license-shield]][license-url] [![Ruff][ruff-shield]][ruff-url] [![pre-commit][pre-commit-shield]][pre-commit-url] - -

sywdd

diff --git a/hello.py b/hello.py deleted file mode 100644 index a1a6df7..0000000 --- a/hello.py +++ /dev/null @@ -1,6 +0,0 @@ -def main(): - print("Hello from swydd!") - - -if __name__ == "__main__": - main()