diff options
Diffstat (limited to 'CLI/rust/src/main.rs')
| -rw-r--r-- | CLI/rust/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CLI/rust/src/main.rs b/CLI/rust/src/main.rs index a831dd8..d1af26f 100644 --- a/CLI/rust/src/main.rs +++ b/CLI/rust/src/main.rs @@ -1,5 +1,6 @@ mod game_of_life; +/// Create and run a Game of Life simulations fn main() { let opts = game_of_life::opts::Opts::from(game_of_life::app().get_matches()) .unwrap_or_else(|e| e.exit()); |
