#[test]
fn echo_hello() {
// This function prints a greeting message to the console.
println!("Hello, Pingora!");
}