From ea029d79cab21b755b6f5550e86a533b96605704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mert=20G=C3=B6r?= Date: Tue, 23 Jan 2024 18:51:33 +0300 Subject: [PATCH] hello world hello.sh --- hello.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello.sh diff --git a/hello.sh b/hello.sh new file mode 100644 index 0000000..b5b6a5a --- /dev/null +++ b/hello.sh @@ -0,0 +1 @@ +echo "Hello World"