Actually tested example.

This commit is contained in:
ponce 2014-07-31 21:30:23 +02:00
parent fd0cda90f4
commit a5e931d879

View file

@ -15,8 +15,8 @@ This package is registered in the dub registry as
## Usage
```d
import std.stdio;
import colorize;
import colorize : fg, cwriteln;
import colorize.colorize : colorize;
void main()
{