diff options
Diffstat (limited to 'runtime/examples/hello_runtime.js')
-rw-r--r-- | runtime/examples/hello_runtime.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/examples/hello_runtime.js b/runtime/examples/hello_runtime.js deleted file mode 100644 index 5b079d8d8..000000000 --- a/runtime/examples/hello_runtime.js +++ /dev/null @@ -1,4 +0,0 @@ -// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. -console.log("Hello world!"); -console.log(Deno); -Extension.hello(); |