Skip to content

Instantly share code, notes, and snippets.

@tombruijn
Created July 27, 2020 07:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tombruijn/d639a1445ef91b95688b9fb4c66b96ff to your computer and use it in GitHub Desktop.
Save tombruijn/d639a1445ef91b95688b9fb4c66b96ff to your computer and use it in GitHub Desktop.
fn color(text: String) -> String {
format!("\x1B[0;31m{}\x1B[0m", text)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment