We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb2bece commit aa34531Copy full SHA for aa34531
src/index.ts
@@ -0,0 +1,6 @@
1
+const message = helloWorld();
2
+console.log(message);
3
+
4
+function helloWorld() {
5
+ return 'Hello World!';
6
+}
0 commit comments