MyCapitalize

Easy

Implement MyCapitalize which capitalizes the first letter of a string.

Examples:

Input 1: type Result = MyCapitalize<"hello">
Output 1: "Hello"
Output
Run your code to see results.