mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-28 15:09:12 +00:00
add practice projects
This commit is contained in:
9
practices/hello-package/src/front_of_house/serving.rs
Normal file
9
practices/hello-package/src/front_of_house/serving.rs
Normal file
@ -0,0 +1,9 @@
|
||||
pub fn take_order() {}
|
||||
|
||||
pub fn serve_order() {}
|
||||
|
||||
pub fn take_payment() {}
|
||||
|
||||
// Maybe you don't want the guest hearing the your complaining about them
|
||||
// So just make it private
|
||||
fn complain() {}
|
Reference in New Issue
Block a user