aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorkaiwu <kaiwu2004@gmail.com>2024-07-12 11:33:00 +0800
committerkaiwu <kaiwu2004@gmail.com>2024-07-12 11:33:00 +0800
commitcdcdc58d001d87e8430e1a4818252d3ce18daf2b (patch)
tree6ce6ed876a370ba9b3ae2efe914565cd79fe4098 /src
downloadwechat_dev_tools-cdcdc58d001d87e8430e1a4818252d3ce18daf2b.tar.gz
wechat_dev_tools-cdcdc58d001d87e8430e1a4818252d3ce18daf2b.zip
git init
Diffstat (limited to 'src')
-rw-r--r--src/wechat_dev_tools.gleam5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wechat_dev_tools.gleam b/src/wechat_dev_tools.gleam
new file mode 100644
index 0000000..5d28b5d
--- /dev/null
+++ b/src/wechat_dev_tools.gleam
@@ -0,0 +1,5 @@
+import gleam/io
+
+pub fn main() {
+ io.println("Hello from wechat_dev_tools!")
+}