Does quick picks for U.S. Mega Millions and Powerball if you don't trust the machines at the corner store.
user@host:~$ lottery
Winning numbers:
8-19-24-54-64 (16)
user@host:~$ lottery --help
lottery 0.0.3
USAGE:
lottery [FLAGS]
FLAGS:
-h, --help Prints help information
-m, --megamillions Mega Millions Picks (default)
-p, --powerball Powerball Picks
-V, --version Prints version information
Make sure you have rust installed
cargo build
cargo test
cargo run [-- <lottery flags>]
cargo build --release && sudo cp target/release/lottery /usr/local/bin/lottery