Exercise #172: Medium Drop Char
Type Challenges (Utility Types) ยท 03-medium
Goal

Goal: Drop a specified char from a string. For example: Source challenge: https://github.com/type-challenges/type-challenges/tree/main/questions/02070-medium-drop-char Reference explanation: https://github.com/ghaiklor/type-challenges-solutions/blob/main/en/medium-drop-char.md

Run "Check Solution" to validate your code in the browser.