You've already forked book-exercises
- 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
4 lines
38 B
Rust
4 lines
38 B
Rust
pub fn give_me_5() -> usize {
|
|
5
|
|
}
|