From dc78c78d1aec79e532badeedd782186c4742e3a3 Mon Sep 17 00:00:00 2001 From: sanine Date: Mon, 6 May 2024 10:09:38 -0500 Subject: initial commit --- src/index.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/index.ts (limited to 'src') diff --git a/src/index.ts b/src/index.ts new file mode 100644 index 0000000..8764baf --- /dev/null +++ b/src/index.ts @@ -0,0 +1 @@ +console.log('hello, world!'); -- cgit v1.2.1