mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-01 04:54:20 +02: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');
|