Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 621 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 621 Bytes

This Tool Developed By
@thenareshofficial

This program is used to learn how to create an ATM machine program using the C language, and you learn about how to print terminal output in colorful and about strcut.

Installation

#clone the repo
$git clone https://github.com/theNareshofficial/ATM-Machine-Program.c.git

#change Directory Bomb.py
$cd ATM-Machine-Program.c or

#compile
$gcc atm.c -o atm

#Executable file
$./atm

ThankYou