Created
July 27, 2020 07:45
-
-
Save tombruijn/d639a1445ef91b95688b9fb4c66b96ff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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