Skip to content

ganesh-sai/Go-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Go-Calculator

An API that computes the values of only intergers

To request the server the below is the syntax

localhost:3000/CalcServer/OperationValues

OperationValue should be in the form of value1 A value2 --> A stands for Addition OperationValue should be in the form of value1 S value2 --> S stands for Subtraction OperationValue should be in the form of value1 M value2 --> M stands for Multiplication OperationValue should be in the form of value1 D value2 --> A stands for Division

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages