index
:
exercism
this commit
master
My solutions for Exercism exercises
Andinus <andinus@nand.sh>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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
());
}