class Solution { public String solution(String my_string, int n) { return my_string.substring(0,n); } }
이게 제일 맞는 답이군 잘했다!