diff --git a/hello.ts b/hello.ts new file mode 100644 index 0000000..b364667 --- /dev/null +++ b/hello.ts @@ -0,0 +1,2 @@ +// hello, world +console.log("hello, world");