Farani "Rani" Lucero 2025
This program accepts the first row as an input. If it doesn't meet needed specifications, a default first row is used. It is written in Rust. Run it with
cargo run --releaseTo generate 25 rows instead of 10 by default use:
cargo run --release 25To customize the initial row include a different string in quotes like so:
cargo run --release "**..**.."Another example:
cargo run --release "*.*.**.." 100Chat GPT helped with converting Vector to [bool; 8] as well as unwrapping Option. Also helped to demonstrate examples of Rust tests.
I used Bart Massey's LICENSE.txt as example for mine.
This work is made available under the "Apache 2.0 or MIT
License". See the file LICENSE.txt in this distribution for
license terms.