Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 237 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 237 Bytes

postfix

postfix calculator using generic stack

try to execute using "8 3 4 + - 6 4 2 / + * 2 $ 5 +" as a test

Notice that in case of bash, * and $ are special characters, in this case use:

./postfix 8 3 4 + - 6 4 2 / + * 2 $ 5 +