From 02bf8ebf839626a978c6b4bd43254b5dbdd554fb Mon Sep 17 00:00:00 2001 From: Linus109 Date: Fri, 21 Nov 2025 22:38:05 +0100 Subject: [PATCH] first commit --- README.md | 3 +++ hello.py | 1 + 2 files changed, 4 insertions(+) create mode 100644 README.md create mode 100644 hello.py 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!")