Given `nums` containing `n` distinct numbers from the range `0..n`, implement `missingNumber(nums)` returning the one number missing.
Run your code to see results.