mirror of
https://github.com/yamadapc/d-colorize
synced 2025-01-18 06:32:52 +01:00
Actually tested example.
This commit is contained in:
parent
fd0cda90f4
commit
a5e931d879
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue