mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-15 21:53:36 +01:00
6 lines
168 B
TypeScript
6 lines
168 B
TypeScript
console.log('---------------------------');
|
|
console.log('- 👋 Hello from plugin.ts -');
|
|
console.log('---------------------------');
|
|
|
|
Deno.core.ops.op_hello('World');
|