Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 256 Bytes

problems.md

File metadata and controls

18 lines (12 loc) · 256 Bytes

Problem Statements

(1) Basic Addition

Input: node calc "1+2" 
Output: "3"

(2) Implements (-,*,/)

(3) Input from command line

Input: node calc
Output: 
  calc> 1 + 2
  res = 3

(4) Input from REST web service