Add op_hello

This commit is contained in:
Gregory Schier
2023-02-17 15:36:54 -08:00
parent cf33a7d943
commit e69ccb62da
3 changed files with 15 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
console.log('---------------------------');
console.log('- 👋 Hello from plugin.ts -');
console.log('---------------------------');
Deno.core.ops.op_hello('World');