Skip to content

Commit 90a3d18

Browse files
committed
fix: WELCOME_CODE 수정
1 parent 68339d7 commit 90a3d18

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

module-application/src/main/java/com/mycodingtest/application/user/command/WelcomeService.java

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,23 @@ public class WelcomeService {
2525
private static final Integer WELCOME_PROBLEM_NUMBER = 0;
2626
private static final String WELCOME_PROBLEM_TITLE = "HELLO WORLD";
2727
private static final String WELCOME_CODE = """
28-
// Welcome to MyCodingTest! 🎉
29-
// 환영합니다!
30-
//
31-
// 이 서비스는 알고리즘 문제 풀이를 복습하고
32-
// 학습 진도를 추적하는 데 도움을 드립니다.
33-
//
34-
// 시작해볼까요?
35-
// 현재는 백준만 지원하며 아래 크롬 확장자를 설치해주셔야 서비스를 정상적으로 이용 가능하신점 참고 부탁드립니다.
36-
// https://chromewebstore.google.com/detail/my-coding-test-connector/ekmnmpgdcpflanopjcopleffealdeifj
37-
// 설치 후, 평소처럼 백준에서 문제를 풀기만 하면 됩니다.
38-
39-
public class HelloWorld {
40-
public static void main(String[] args) {
41-
System.out.println("Hello, World!");
42-
}
28+
// 🎉 Welcome to MyCodingTest!
29+
//
30+
// My Coding Test는 여러분의 알고리즘 문제 풀이 복습과
31+
// 꾸준한 학습 성장을 돕기 위해 만들어졌습니다.
32+
//
33+
// [시작 가이드]
34+
// 1. 현재 '백준(Baekjoon)' 플랫폼을 우선 지원합니다.
35+
// 2. 서비스 이용을 위해 아래 크롬 확장 프로그램을 반드시 설치해 주세요.
36+
// 👉 https://chromewebstore.google.com/detail/my-coding-test-connector/ekmnmpgdcpflanopjcopleffealdeifj
37+
// 3. 설치 후 평소처럼 문제를 풀면, 여러분의 기록이 자동으로 추적됩니다.
38+
39+
public class HelloWorld {
40+
public static void main(String[] args) {
41+
System.out.println("Happy Coding!");
4342
}
44-
""";
43+
}
44+
""";
4545
private static final String WELCOME_RESULT = "환영합니다! 🎉";
4646

4747
private final ProblemRepository problemRepository;

0 commit comments

Comments
 (0)