Files
yaak/plugins/plugin.ts
Gregory Schier e69ccb62da Add op_hello
2023-02-17 15:36:54 -08:00

6 lines
168 B
TypeScript

console.log('---------------------------');
console.log('- 👋 Hello from plugin.ts -');
console.log('---------------------------');
Deno.core.ops.op_hello('World');