diff options
author | kaiwu <kaiwu2004@gmail.com> | 2024-07-12 11:33:00 +0800 |
---|---|---|
committer | kaiwu <kaiwu2004@gmail.com> | 2024-07-12 11:33:00 +0800 |
commit | cdcdc58d001d87e8430e1a4818252d3ce18daf2b (patch) | |
tree | 6ce6ed876a370ba9b3ae2efe914565cd79fe4098 /src | |
download | wechat_dev_tools-cdcdc58d001d87e8430e1a4818252d3ce18daf2b.tar.gz wechat_dev_tools-cdcdc58d001d87e8430e1a4818252d3ce18daf2b.zip |
git init
Diffstat (limited to 'src')
-rw-r--r-- | src/wechat_dev_tools.gleam | 5 |
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!") +} |