From d690299c83b28fc380c5eb37f4e978e6a6411758 Mon Sep 17 00:00:00 2001 From: a14m Date: Sat, 3 Apr 2021 02:15:09 +0200 Subject: Add missing docs --- CLI/rust/src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'CLI/rust/src/main.rs') 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()); -- cgit v1.2.3