stm32f303re/src/main.rs
2026-03-29 19:23:21 +02:00

3 lines
45 B
Rust

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