Is there any way to use ANSI coloring in C? (in the sololearn's coding playground) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is there any way to use ANSI coloring in C? (in the sololearn's coding playground)

using ANSI coloring, we can color text in the terminal, it seems that it won't work in the playground.. is there any alternatives or potential workarounds to fix it?

5th May 2023, 6:43 AM
nktp
nktp - avatar
1 Answer
+ 4
Is there any way into having colours in outputs? not in Code Playground, no. Is there alternatives? yes, find and install C compiler in your device, and then you can enjoy colours in your code output. Not only that, you would as well be able to run your codes interactively.
5th May 2023, 7:33 AM
Ipang