mirror of
https://github.com/RGBCube/color.v
synced 2025-07-30 17:37:45 +00:00
Delete test files
This commit is contained in:
parent
af04d8f929
commit
f5e42ab0cf
3 changed files with 0 additions and 19017 deletions
17
test.v
17
test.v
|
@ -1,17 +0,0 @@
|
|||
module main
|
||||
|
||||
import color
|
||||
|
||||
fn main() {
|
||||
color.red.cprintln('Hello World')
|
||||
color.black.cprintln_bg('Hello World')
|
||||
color.bold.cprintln('Hello World')
|
||||
|
||||
brush := color.new_brush(
|
||||
fg: color.rgb(0, 0, 0)
|
||||
bg: color.hex(0xffffff)
|
||||
styles: [color.bold, color.dim, color.italic]
|
||||
)!
|
||||
|
||||
brush.cprintln('Hello World')
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
18227c18227
|
||||
< term__black _t1 = 0;
|
||||
---
|
||||
> string (*_t1) (string) = 0;
|
||||
18300c18300
|
||||
< term__bg_black _t1 = 0;
|
||||
---
|
||||
> string (*_t1) (string) = 0;
|
||||
18454c18454
|
||||
< term__reset _t2 = 0;
|
||||
---
|
||||
> string (*_t2) (string) = 0;
|
Loading…
Add table
Add a link
Reference in a new issue