gw_rust_programming_tutorial/front_of_house/
hosting.rs

1
2pub fn add_to_waitlist() {
3    println!("this is a test");
4}