TDengine/examples/rust/src/main.rs
2024-08-22 20:33:45 +08:00

3 lines
45 B
Rust

fn main() {
println!("Hello, world!");
}