Goal: Compute the length of a string literal, which behaves like `String#length`. For example: Source challenge: https://github.com/type-challenges/type-challenges/tree/main/questions/00298-medium-length-of-string Reference explanation: https://github.com/ghaiklor/type-challenges-solutions/blob/main/en/medium-length-of-string.md
Run "Check Solution" to validate your code in the browser.