Files
yaak/plugins/plugin.ts
2023-02-17 12:19:13 -08:00

4 lines
152 B
TypeScript

Deno.core.print('---------------------------\n');
Deno.core.print('- 👋 Hello from plugin.ts -\n');
Deno.core.print('---------------------------\n');