mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 20:49:41 +00:00
5 lines
157 B
Rust
5 lines
157 B
Rust
fn main() {
|
|
assert_eq!(hello_package::hosting::seat_at_table(), "sit down please");
|
|
assert_eq!(hello_package::eat_at_restaurant(),"yummy yummy!");
|
|
}
|