shiny_core/
lib.rs

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