4 lines
113 B
Rust
4 lines
113 B
Rust
fn main() {
|
|
println!("Hello from the supervisor crate!");
|
|
// Supervisor logic will be implemented here.
|
|
} |