mirror of
https://github.com/RGBCube/color.v
synced 2025-07-30 17:37:45 +00:00
Delete test.v
This commit is contained in:
parent
9c94780d96
commit
8a58e55eff
1 changed files with 0 additions and 17 deletions
17
test.v
17
test.v
|
@ -1,17 +0,0 @@
|
|||
module main
|
||||
|
||||
import color
|
||||
|
||||
fn main() {
|
||||
color.red.println('Hello World')
|
||||
color.black.println_bg('Hello World')
|
||||
color.bold.println('Hello World')
|
||||
|
||||
brush := color.new_brush(
|
||||
fg: color.rgb(0, 0, 0)
|
||||
bg: color.hex(0xffffff)
|
||||
styles: [color.bold, color.dim, color.italic]
|
||||
)
|
||||
|
||||
brush.println('Hello World')
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue