summaryrefslogtreecommitdiff
path: root/restaurant/src/main.rs
blob: 11472db1138735fd4ac139e1289d970fe10e4082 (plain)
1
2
3
4
fn main() {
    restaurant::eat_at_restaurant();
}