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