diru-matrix/src/main.rs

5 lines
82 B
Rust
Raw Normal View History

fn main() {
tracing_subscriber::fmt::init();
println!("Hello, world!");
}