add practice projects

This commit is contained in:
sunface
2022-03-14 21:14:52 +08:00
parent df2e2fe02c
commit 80cc58aebe
10 changed files with 76 additions and 0 deletions

View 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() {}