WeChatFerry/rust/wcferry/src/main.rs
2023-04-22 23:02:45 +08:00

6 lines
60 B
Rust

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