divya / git-from-scratch
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/divya/git-from-scratch
README
By Got Your Backs
Usage
php index.php <operation> <param1> <param2> <param2> ...
Exponent
To get the exponent value for a number,
Syntax: `php index.php exponent number number`
Example `php index.php exponent 2 3`
The above example will print `8`
Addittion
To get addition of two numbers
syntax: `php index.php Add number number`
Example `php index.php Add 4 5`
The above example will print `9`
Subtraction
To get Subtraction of two numbers
syntax: `php index.php Subtraction number number`
Example `php index.php Add 10 9`
The above example will print `1`