mirror of
https://github.com/erg-lang/erg.git
synced 2025-07-07 21:25:31 +00:00
7 lines
123 B
Python
7 lines
123 B
Python
ac = import "ansicolor"
|
|
|
|
print! "start"
|
|
print! ac.RED + "hello" + ac.RESET
|
|
print! "end"
|
|
|
|
ac.cprint! "hello", color:=ac.RED
|