cdb_hello/
lib.rs

1pub fn hello() {
2    println!("Hello Código Brazuca");
3}