shiny_messaging/
lib.rs

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