Split to separate files

This commit is contained in:
Gregory Schier
2023-02-17 13:44:11 -08:00
parent 23ed3f3a42
commit cf33a7d943
5 changed files with 170 additions and 160 deletions

View File

@@ -1,3 +1,3 @@
Deno.core.print('---------------------------\n');
Deno.core.print('- 👋 Hello from plugin.ts -\n');
Deno.core.print('---------------------------\n');
console.log('---------------------------');
console.log('- 👋 Hello from plugin.ts -');
console.log('---------------------------');