testing_rust_by_hossein 0.1.0

A nonsense package for testing only
Documentation
1
2
3
4
5
6
7
use crate::front_of_house::hosting;

mod front_of_house;

fn main() {
    hosting::add_to_waiting_list();
}