pingora-test/tests/test.rs

6 lines
124 B
Rust
Raw Normal View History

2025-06-11 13:50:01 +08:00
#[test]
fn echo_hello() {
// This function prints a greeting message to the console.
println!("Hello, Pingora!");
}