Files
2026-08-01 16:11:49 +03:00

6 lines
55 B
Rust

struct Foo;
fn main() {
defmt::info!("{}", Foo)
}