Files
book-exercises/testing/tests/common/mod.rs
Reality Enjoyer b8c7b5e68b finish testing
- convert project to a library by moving program logic into lib.rs
- create ./tests to store integration tests
- create ./common to store code we want shared across integration tests
2026-01-19 08:01:27 +00:00

4 lines
38 B
Rust

pub fn give_me_5() -> usize {
5
}