Release preliminare

This commit is contained in:
Samuele E. Locatelli (MBA)
2023-01-26 21:46:35 +01:00
parent 0ffbb6123b
commit 927226ee31
243 changed files with 72334 additions and 83 deletions
@@ -0,0 +1,6 @@
// This is a JavaScript module that is loaded on demand. It can export any number of
// functions, and may import other JavaScript modules if required.
export function showPrompt(message) {
return prompt(message, 'Type anything here');
}