RosettaCodeData/Task/Terminal-control-Coloured-text/TPP/terminal-control-coloured-text.tpp
2023-07-01 13:44:08 -04:00

12 lines
166 B
C++

--color red
This is red
--color green
This is green
--color blue
This is blue
--color cyan
This is cyan
--color magenta
This is magenta
--color yellow
This is yellow