1
Fork 0
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:
RGBCube 2022-11-20 21:30:52 +03:00
parent af04d8f929
commit f5e42ab0cf
3 changed files with 0 additions and 19017 deletions

18988
test.c

File diff suppressed because it is too large Load diff

17
test.v
View file

@ -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')
}

View file

@ -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;