summaryrefslogtreecommitdiff
path: root/runtime/examples/extension_with_esm/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/examples/extension_with_esm/main.js')
-rw-r--r--runtime/examples/extension_with_esm/main.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/examples/extension_with_esm/main.js b/runtime/examples/extension_with_esm/main.js
deleted file mode 100644
index fe9be8c26..000000000
--- a/runtime/examples/extension_with_esm/main.js
+++ /dev/null
@@ -1,4 +0,0 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
-console.log("Hello world!");
-console.log(Deno);
-Extension.hello();