mirror of
https://github.com/Xevion/exercism.git
synced 2025-12-16 10:11:50 -06:00
Begin Rust track : hello-world, gigasecond
This commit is contained in:
4
rust/hello-world/tests/hello-world.rs
Normal file
4
rust/hello-world/tests/hello-world.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
#[test]
|
||||
fn test_hello_world() {
|
||||
assert_eq!("Hello, World!", hello_world::hello());
|
||||
}
|
||||
Reference in New Issue
Block a user