https://github.com/calculationcollective/swiftcalculator
https://github.com/calculationcollective/swiftcalculator
calculator swift
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/calculationcollective/swiftcalculator
- Owner: CalculationCollective
- License: other
- Created: 2023-04-04T15:55:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-04T16:02:10.000Z (about 2 years ago)
- Last Synced: 2025-02-26T02:41:26.919Z (4 months ago)
- Topics: calculator, swift
- Language: Swift
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SwiftCalculator
## Compiling and Running the calculator
### The easy way (Windows)
Download the `.swift` file from this repository, and install [Swift for Windows](https://swiftforwindows.github.io/).You can then compile and run your downloaded `.swift` file.
### The more complex way
Install the official swift compiler: [swift.org](https://www.swift.org/).Set-Up a coding enviroment (you can use [this](https://www.swift.org/getting-started/#installing-swift) tutorial)
Next you can open the .swift file in your editor of choice and compile the code.