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