56. implement Abs<N>

  - accepted / - tried

Implement Abs<N> to get the absolute value of a number. You can assume the number are integers.

Let's try to solve this problem within 10 minutes.

(8)