pemdas-function

Run Locally

Clone the project

  git clone https://github.com/Aditya27T/pemdas-function.git

Go to the project directory

  cd pemdas-function

Start the cpp file

  g++ <filename> -o <output name>

Usage/Examples

  g++ hello.cpp -o hai
  ./hai