Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 606 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 606 Bytes

This Tool Developed By
@thenareshofficial

This program is used to learn how to print output in color fonts and add background colors to terminals using the C language.

Installation

#clone the repo
$git clone https://github.com/theNareshofficial/Print_Color_Treminal.c.git

#change Directory Bomb.py
$cd Print_Color_Treminal.c

#compile
$gcc font_color.c -o font_color

#Executable file
$./font_color

ThankYou