diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2020-08-31 14:03:13 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2020-08-31 14:03:13 +0800 |
commit | 3cda6fa25939e2857f5de116af976b79179cbcf8 (patch) | |
tree | 6937413157062425eda3ecadf0be3fcd8b908622 /restaurant/src/main.rs | |
parent | b80354d75b58858f9c90a9c52e2bceb1ee013cdb (diff) |
Manage modules
Diffstat (limited to 'restaurant/src/main.rs')
-rw-r--r-- | restaurant/src/main.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/restaurant/src/main.rs b/restaurant/src/main.rs new file mode 100644 index 0000000..11472db --- /dev/null +++ b/restaurant/src/main.rs @@ -0,0 +1,4 @@ +fn main() { + restaurant::eat_at_restaurant(); +} + |