mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-27 13:14:15 -08:00
removed final todo
This commit is contained in:
@@ -334,7 +334,7 @@ pub fn access_computer(galaxy: &Galaxy, provided: Vec<String>) {
|
||||
3 => show_starbase_direction_data(galaxy),
|
||||
4 => direction_dist_calculator(galaxy),
|
||||
5 => view::galaxy_region_map(),
|
||||
_ => todo!() // todo implement others
|
||||
_ => () // unreachable
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user