WeChatFerry/clients/rust/wcferry/src/main.rs

6 lines
60 B
Rust
Raw Normal View History

2023-04-22 23:02:45 +08:00
mod wechat;
fn main() {
println!("Hello, wcferry!");
}