mirror of
https://github.com/Xevion/exercism.git
synced 2025-12-18 12:11:53 -06:00
5 lines
89 B
Rust
5 lines
89 B
Rust
#[test]
|
|
fn test_hello_world() {
|
|
assert_eq!("Hello, World!", hello_world::hello());
|
|
}
|