mirror of
https://github.com/RGBCube/color.v
synced 2025-08-01 10:27:45 +00:00
Delete builder error files
This commit is contained in:
parent
87e89ced3f
commit
634607531c
2 changed files with 0 additions and 21 deletions
|
@ -1,8 +0,0 @@
|
|||
module main
|
||||
|
||||
import color
|
||||
|
||||
fn main() {
|
||||
color.red.cprintln('Hello World')
|
||||
color.bold.cprintln('Hello World')
|
||||
}
|
|
@ -1,13 +0,0 @@
|
|||
module main
|
||||
|
||||
import color
|
||||
|
||||
fn main() {
|
||||
brush := color.new_brush(
|
||||
fg: color.rgb(0, 0, 0)!
|
||||
bg: color.hex(0xffffff)!
|
||||
style: [color.bold, color.underline, color.italic]
|
||||
)!
|
||||
|
||||
brush.cprintln('Hello World')
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue