Skip to content

C Interview Question

Notifications You must be signed in to change notification settings

privoro/postcalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Command Line Postfix Calculator

Simple command line postfix calculator!

Build

make

Usage

./postfix "<expression>"

Examples

./postfix "2 2 +"
4
./postfix "2 22 +"
24
./postfix "-2 22 +"
20
./postfix "4 -2 -"
6

Test

make test

Releases

No releases published

Packages

No packages published