This commit is contained in:
曾文豪
2023-02-09 10:33:43 +08:00
parent 59fa8b3488
commit daf32f5ae3

3
index.js Normal file
View File

@@ -0,0 +1,3 @@
export const hello = () => {
console.log("Hello world");
}