We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff609b commit 6c1dcf8Copy full SHA for 6c1dcf8
DOCUMENTATION.md
@@ -24,9 +24,9 @@ const std = @import("std");
24
const Chameleon = @import("chameleon");
25
26
pub fn main() !void {
27
- var c = Chameleon.initRuntime(.{ .allocator = std.heap.your_allocator });
28
- defer c.deinit();
29
- try c.green().bold().printOut("Hello, world!", .{});
+ var c = Chameleon.initRuntime(.{ .allocator = std.heap.your_allocator });
+ defer c.deinit();
+ try c.green().bold().printOut("Hello, world!", .{});
30
}
31
```
32
0 commit comments