5 lines
82 B
Rust
5 lines
82 B
Rust
|
fn main() {
|
||
|
tracing_subscriber::fmt::init();
|
||
|
println!("Hello, world!");
|
||
|
}
|