radomctld/src/main.rs

6 lines
58 B
Rust
Raw Normal View History

2024-05-03 16:16:24 +02:00
mod rotctl;
fn main() {
println!("Hello, world!");
}