exercism, yo
This commit is contained in:
commit
13586edbe1
9 changed files with 296 additions and 0 deletions
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 hello_world() {
|
||||
assert_eq!("Hello, World!", hello_world::hello());
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue