https://github.com/sameem420/rust_arithmeticoperationsexample
Program showing how to do arithmetic operations (Add,Subtract,Multiply etc.) in RUST
https://github.com/sameem420/rust_arithmeticoperationsexample
addition arithmeticoperationsinrust division modulus multiply rust rust-lang subtraction
Last synced: 29 days ago
JSON representation
Program showing how to do arithmetic operations (Add,Subtract,Multiply etc.) in RUST
- Host: GitHub
- URL: https://github.com/sameem420/rust_arithmeticoperationsexample
- Owner: sameem420
- License: gpl-3.0
- Created: 2020-03-11T15:45:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-11T16:09:27.000Z (over 5 years ago)
- Last Synced: 2025-07-27T00:16:40.846Z (2 months ago)
- Topics: addition, arithmeticoperationsinrust, division, modulus, multiply, rust, rust-lang, subtraction
- Language: Makefile
- Homepage:
- Size: 1.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust_ArithmeticOperationsExample
Program showing how to do arithmetic operations (Add,Subtract,Multiply etc.) in RUSTNOTE : use 'cargo run' to execute the program.