mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-27 06:29:42 +00:00
add practice projects
This commit is contained in:
4
practices/hello-package/src/main.rs
Normal file
4
practices/hello-package/src/main.rs
Normal 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!");
|
||||
}
|
Reference in New Issue
Block a user