From 847274ab85609fef98e416243476d61cca7d8529 Mon Sep 17 00:00:00 2001 From: Star Date: Thu, 24 Oct 2024 19:14:21 +0800 Subject: [PATCH] add main.js --- main.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 main.js diff --git a/main.js b/main.js new file mode 100644 index 0000000..0e239ed --- /dev/null +++ b/main.js @@ -0,0 +1,5 @@ +import console from 'console' + +function main() { + console.info('Hello world') +}