1 2 3 4 5 6
use hello_world; #[test] fn test_hello_world() { assert_eq!("Hello, World!", hello_world::hello()); }