tesla-charge-controller/src/main.rs

4 lines
45 B
Rust
Raw Normal View History

2023-12-25 18:05:47 +11:00
fn main() {
println!("Hello, world!");
}