Joe themed username generator

On a stream, Joe from Raise.dev Github showed a banner that said

cool cool cool awesome interesting cool

Later on the discord, there were jokes about a username generator. So I made one.

link to the crates stuff

Usage

```rs use joeusername::joeusername;

fn main() {

// Prints a username
println!("{}", joe_username::generate());

} ```