mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-27 22:49:10 +00:00
add practice projects
This commit is contained in:
7
practices/hello-package/src/back_of_house.rs
Normal file
7
practices/hello-package/src/back_of_house.rs
Normal file
@ -0,0 +1,7 @@
|
||||
use crate::front_of_house;
|
||||
pub fn fix_incorrect_order() {
|
||||
cook_order();
|
||||
front_of_house::serving::serve_order();
|
||||
}
|
||||
|
||||
pub fn cook_order() {}
|
Reference in New Issue
Block a user