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