summary refs log tree commit diff stats
path: root/rust/hello-world/tests/hello-world.rs
blob: b29f9538813638bec889a24028cb0efb18e84038 (plain) (blame)
1
2
3
4
#[test]
fn test_hello_world() {
    assert_eq!("Hello, World!", hello_world::hello());
}