-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
postfix-expression-evaluation #61
Comments
How do I run the project on my local machine? |
Clone this repo and then run command npm install. |
That will just install the dependencies, then? |
Then, node [file_path_to_run] |
If nobody wants this, I can start working on it on Monday. |
Hi @vobango , we are not getting your commit properly . Please setup you git properly. |
Hello @jasbindar-singh, there is nothing to set up, it's a dead-simple project. |
How do I run and see outputs can you elaborate. @ashokdey |
@vobango are you working on this issue? |
@TheSTL If no one is working on it can I take this up? |
Yes you can work on this @k88manish |
- Update test case for exception
I'm closing this issue. |
File location postfix-expression-evaluation
If too few number arguments are passed then it should throw error or expression is not in order.
Few cases:
12
Error1
Error+
Error1+2
Error+12
ErrorThe text was updated successfully, but these errors were encountered: