diff --git a/index.html b/index.html new file mode 100644 index 0000000..035de94 --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ + + +
+ + + + +Open DevTools Console (F12) to see output
+ + + \ No newline at end of file diff --git a/src/index.ts b/src/index.ts index a08111d..2dbe4fa 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,5 @@ const Hello = () => { console.log('hello')} -export { Hello }; \ No newline at end of file +export { Hello }; + +Hello(); \ No newline at end of file