0
GGGiovanny Gongora
print bold text in terminal
0 Comments
use ansi_term::Style; fn main() { println!("{} and this is not", Style::new().bold().paint("This is Bold")); }