From c5e0a548db5486abce18b98f6f03daed99674f86 Mon Sep 17 00:00:00 2001 From: John Costa Date: Sat, 11 Oct 2025 16:41:09 +0100 Subject: [PATCH] adding initial file --- index.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 index.ts diff --git a/index.ts b/index.ts new file mode 100644 index 0000000..a50e789 --- /dev/null +++ b/index.ts @@ -0,0 +1 @@ +console.log("hello world!");