-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
86 additions
and
28 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "Rust-Calculator" | ||
version = "6.0.0" | ||
version = "6.5.0" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
A simple calculator I made in Rust. | ||
|
||
|
||
[Link to use my calculator.](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=ab3adb77f6d876028d148495067f8331) | ||
[Link to use my calculator.](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=3de045da59768cadb6697a88bfc97311) | ||
|
||
All you need to do is click the run button in the top left corner and than follow the instructions in the terminal. | ||
All you need to do is click the run button in the top left corner and than follow the instructions in the terminal. | ||
|
||
Another way you can use this calculator is by downloading the files and running main.rs in your terminal. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters