diff --git a/hello.ts b/hello.ts new file mode 100644 index 0000000..cd4b007 --- /dev/null +++ b/hello.ts @@ -0,0 +1 @@ +console.log('Hello from Bun!');