Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
feat : java submit api spec change
Browse files Browse the repository at this point in the history
- main -> Main
  • Loading branch information
kasterra committed May 24, 2024
1 parent 8f604b6 commit fada4dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const SubmitModal = ({ isOpen, onClose }: Props) => {
<span style={{ color: "red" }}>
Java에서 코드 작성 제출의 경우 엔트리 포인트 클래스 이름이
<br />
<strong>main</strong>이어야 합니다
<strong>Main</strong>이어야 합니다
</span>
) : null}
</div>
Expand Down

0 comments on commit fada4dd

Please sign in to comment.