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,4 @@
fn main() {
assert_eq!(hello_package::hosting::seat_at_table(), "sit down please");
assert_eq!(hello_package::eat_at_restaurant(),"yummy yummy!");
}