Update the summary line for the crayon module
[tutil.git] / examples / simple.rs
blob6e7de2cf88513cfda1f1ca0351eb53623537c58c
1 extern crate tutil;
3 use tutil::crayon::Style;
4 use tutil::crayon::Color::*;
6 fn main() {
7     println!("{}", Red.on(Black).blink().paint("Hello world!"));