add main.js

This commit is contained in:
Star 2024-10-24 19:14:21 +08:00
parent 36effe2162
commit 847274ab85

5
main.js Normal file
View File

@ -0,0 +1,5 @@
import console from 'console'
function main() {
console.info('Hello world')
}