WeChatFerry/clients/rust/wcferry/src/main.rs
2023-07-15 09:46:40 +08:00

6 lines
60 B
Rust
Vendored

mod wechat;
fn main() {
println!("Hello, wcferry!");
}