Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 560 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 560 Bytes

SwiftCalculator

Compiling and Running the calculator

The easy way (Windows)

Download the .swift file from this repository, and install Swift for Windows.

You can then compile and run your downloaded .swift file.

The more complex way

Install the official swift compiler: swift.org.

Set-Up a coding enviroment (you can use this tutorial)

Next you can open the .swift file in your editor of choice and compile the code.