uploaded at 2022. 12. 17. 오후 10:23:49

This commit is contained in:
rl544
2022-12-17 22:23:50 +09:00
parent cf10ca9721
commit 8b6dd396ef
@@ -0,0 +1,7 @@
// [문제 링크]: https://school.programmers.co.kr/learn/courses/30/lessons/12925#
class Solution {
public int solution(String s) {
return Integer.parseInt(s);
}
}