Initial commit

This commit is contained in:
js
2023-08-22 01:46:01 +00:00
commit e8688c0b8f
8 changed files with 178 additions and 0 deletions

4
src/index.ts Normal file
View File

@@ -0,0 +1,4 @@
export function hello() : string {
return 'hello';
}