1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/term/ui/1_term_and_ui_compilation_test.v
2022-03-29 18:03:05 +03:00

8 lines
154 B
V

import term.ui
import term
fn test_term_and_term_ui_can_compile_together() {
println('${term.bold('hello')} world ${ui.color_table[0]}')
assert true
}