Max of Three Numbers

Easy

Input: `a`, `b`, `c`. Return: The largest number.

Example

Input: 1, 2, 3
Output: 3
Run your code to see output