Goal: Implement `Capitalize<T>` which converts the first letter of a string to uppercase and leave the rest as-is. For example: Source challenge: https://github.com/type-challenges/type-challenges/tree/main/questions/00110-medium-capitalize Reference explanation: https://github.com/ghaiklor/type-challenges-solutions/blob/main/en/medium-capitalize.md
Run "Check Solution" to validate your code in the browser.