DancingGrumpyCat / prideflag

Prints a pride flag in the console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prideflag

Prints a pride flag in the console.

Side project for fun.

Compile

cargo build --release

Run

./target/release/prideflag

By default, it prints the rainbow flag, but you can specify another one:

./target/release/prideflag --flag lesbian

Examples

Without args

Output of the program, run with no args

Arg lesbian

Output of the program, run with --flag lesbian

Arg g (alias for gay)

Output of the program, run with --flag gay

About

Prints a pride flag in the console

License:MIT License


Languages

Language:Rust 100.0%