aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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!")
+}