From 63cba376cd35fbabe475788a12f5339163026c12 Mon Sep 17 00:00:00 2001 From: johanleroy Date: Mon, 8 Sep 2025 10:03:43 +0200 Subject: [PATCH] first commit --- .gitignore | 1 + test.py | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e69de29..1d17dae 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +.venv diff --git a/test.py b/test.py index e69de29..1eaa088 100644 --- a/test.py +++ b/test.py @@ -0,0 +1 @@ +print("Hello World !") \ No newline at end of file