ChAoSUnItY / colorize

colorize your console with V!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

colorize

colorize your console with V!

Usage

import colorize

fn main() {
    colorize.red()
    println("Hello World!")
    colorize.reset()
}

About

colorize your console with V!

License:MIT License


Languages

Language:C 55.8%Language:V 43.0%Language:AMPL 1.2%