This project is to create a simple ATM machine which will run on the terminal.
- Must have gcc or any other C compiler installed.
- An IDE/text editor such as Vscode is preffered.
- Clone the github repository to your local computer and store it in folder
- If data.txt already does not exist ,Create a .txt file in the same folder and name it "data.txt"
- Open the file using Vscode
- Make sure the C environment is set up correctly
- Click on the Run button,an .exe file should be created and you can either run the .exe or use coderunner extension to run it directly.
- In your folder , right click and open terminal in your project directory.
- To compile the code run the following command
gcc b23ee1016.c
3.Run the exe file created (by default gcc creates an a.exe file)
a.exe
4.This should Run the code