summaryrefslogtreecommitdiff
path: root/runtime/examples/hello_runtime.js
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/examples/hello_runtime.js')
-rw-r--r--runtime/examples/hello_runtime.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/examples/hello_runtime.js b/runtime/examples/hello_runtime.js
new file mode 100644
index 000000000..46609c7a0
--- /dev/null
+++ b/runtime/examples/hello_runtime.js
@@ -0,0 +1,2 @@
+console.log("Hello world!");
+console.log(Deno);