Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 696 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 696 Bytes

C++ Calculator

This repository contains a simple C++ calculator program that can be automatically compiled and run using the provided scripts.

Calculator Image

How to Use

Unix-based Systems

  1. Clone the repository:

    git clone https://github.com/GET-UNKNOWN-ERR0R/calculator.git
    cd calculator
  2. Run the program:

    ./run.sh

Windows

  1. Clone the repository:

    git clone https://github.com/GET-UNKNOWN-ERR0R/calculator.git
    cd calculator
  2. Run the program:

    run.bat

License

This project is licensed under the MIT License - see the LICENSE file for details.