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