diff --git a/hey.ts b/hey.ts new file mode 100644 index 0000000..5af9631 --- /dev/null +++ b/hey.ts @@ -0,0 +1,5 @@ +// this is a comment + +function (){ + console.log("hey") +}