Welcome to the Polyglot Calculators project! This initiative aims to create a diverse collection of calculator applications implemented in various programming languages. The first addition to this collection is a basic arithmetic calculator written in C#.
- Perform basic arithmetic operations: addition, subtraction, multiplication, and division.
- User-friendly interface for easy interaction.
- More calculators in different programming languages are on the way!
To run the calculator locally, follow these steps:
-
Clone the repository:
git clone https://github.com/supunhg/Polyglot-Calculators_S0002.git
-
Navigate to the project directory:
cd Polyglot-Calculators_S0002/CSharp-Calculator -
Open the project in your preferred IDE (like Visual Studio).
-
Run the project.
Contributions are welcome! If you'd like to add more calculators in other programming languages or improve existing code, feel free to submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more information.