IT Contents/프로그래밍 팁
Strip Comments, CodeWars Kata 자바 솔루션
Strip Comments, CodeWars Kata Strip Comments Complete the solution so that it strips all text that follows any of a set of comment markers passed in. Any whitespace at the end of the line should also be stripped out. Example: Given an input string of: apples, pears # and bananas grapes bananas !apples The output expected would be: apples, pears grapes bananas The code would be called like so: va..
2021. 4. 16. 07:00
최근댓글