Skip to content

Simple Automated Teller Machine built with RUST. Visit our CLI Bank by trying this program on your machine 😊

License

Notifications You must be signed in to change notification settings

official-mywebprojects/Automated-Teller-Machine-RUST-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Automated-Teller-Machine-RUST-

Try It! πŸ˜ƒ Automated Teller Machine with RUST

This simple RUST program shows the working process of an Automated Teller Machine!

To run this program, you will need RUST installed on your machine. To check if you already have RUST on your machine, run rustc --version in your CLI or Terminal

If command does not output RUST version number, for Windows, go here to download it and run the setup.exe. You will also need the MSVC build tools for Visual Studio 2013 or later. To acquire the build tools, you’ll need to install Visual Studio 2022 if you don't already have one. When asked which workloads to install, include:

Desktop Development with C++

The Windows 10 or 11 SDK

The English language pack component, along with any other language pack of your choosing

For MacOS or Linux users, run below command in Terminal to install RUST; $ curl --proto '=https' --tlsv1.3 https://sh.rustup.rs -sSf | sh This command downloads a script and starts the installation of the rustup tool. After successful installation, you should see a message like this:

Rust is installed now. Great!

Now that you have RUST up and running,

- Make a copy of this repo
- Download it to your machine by typing the command in Terminal git clone [email protected]:official-mywebprojects/Automated-Teller-Machine-RUST-.git
- Enter the atm directory
- Compile and run the program with the command cargo run

πŸ‘ Enjoy!!

Feel free to contribute to this project! πŸ˜„

About

Simple Automated Teller Machine built with RUST. Visit our CLI Bank by trying this program on your machine 😊

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages