summaryrefslogtreecommitdiff
path: root/runtime/examples/hello_runtime.js
blob: e2db3139e6909a60c90272ff0b656aad26946dfc (plain)
1
2
3
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
console.log("Hello world!");
console.log(Deno);