shiny_supervisor/
lib.rs

1pub fn hello() {
2    println!("Shiny Supervisor!")
3}