From addb9b5aed157a30da1588d644ff66a7ffbd73d0 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Thu, 30 Jul 2026 21:08:00 +0000 Subject: [PATCH] Add hello world script --- script.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 script.sh diff --git a/script.sh b/script.sh new file mode 100644 index 0000000..1f91126 --- /dev/null +++ b/script.sh @@ -0,0 +1 @@ +echo 'Hello World'