Add example files
This commit is contained in:
6
examples/hello/tests/anything.rs
Normal file
6
examples/hello/tests/anything.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
use hello::snuggle;
|
||||
|
||||
#[test]
|
||||
fn it_works_from_outside() {
|
||||
assert!(snuggle(4) == 32);
|
||||
}
|
||||
Reference in New Issue
Block a user