diff options
| author | a14m <[email protected]> | 2021-04-03 02:15:09 +0200 |
|---|---|---|
| committer | a14m <[email protected]> | 2021-04-03 02:15:09 +0200 |
| commit | d690299c83b28fc380c5eb37f4e978e6a6411758 (patch) | |
| tree | d4bdf8d404fc1db6735fccd5d84179e095908be0 /CLI/rust/src/main.rs | |
| parent | c6271541765b06c8437491e012de19da08b0ab3e (diff) | |
Add missing docs
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()); |
