문제링크 - 프로그래머스 - 2016년
import java.time.LocalDate; class Solution { public String solution(int a, int b) { LocalDate date = LocalDate.of(2016,a,b); return date.getDayOfWeek().toString().substring(0,3); } }
좋은 글 감사합니다. 자주 올게요 :)
좋은 글 감사합니다. 자주 올게요 :)