commit 02bf8ebf839626a978c6b4bd43254b5dbdd554fb Author: Linus109 Date: Fri Nov 21 22:38:05 2025 +0100 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..b5dad58 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Testing Testing + +Lorem Ipsum dolor si amet. diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..f301245 --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("Hello World!")