diff --git a/_MonthlyChallenges/DASHBOARD.md b/_MonthlyChallenges/DASHBOARD.md index e69de29b..77c59c8c 100644 --- a/_MonthlyChallenges/DASHBOARD.md +++ b/_MonthlyChallenges/DASHBOARD.md @@ -0,0 +1,6 @@ +# 2025-04 챌린지 진행 상황 + +| 사용자 | 챌린지 유형 | 문제 수 | 달성 여부 | +| ------ | ----------- | ------- | --------- | +| Mingguriguri | 그래프 | 0 | ❌ | +| Mingguriguri | DP | 2 | ❌ | diff --git a/_MonthlyChallenges/scoreboard.json b/_MonthlyChallenges/scoreboard.json index 0967ef42..07425ff3 100644 --- a/_MonthlyChallenges/scoreboard.json +++ b/_MonthlyChallenges/scoreboard.json @@ -1 +1,16 @@ -{} +{ + "month": "2025-04", + "users": { + "Mingguriguri": { + "그래프": [], + "DP": [ + 2169, + 1520 + ], + "achieved": { + "그래프": false, + "DP": false + } + } + } +} \ No newline at end of file diff --git a/minjeong/test.txt b/minjeong/test.txt index 30d74d25..74752214 100644 --- a/minjeong/test.txt +++ b/minjeong/test.txt @@ -1 +1 @@ -test \ No newline at end of file +test4 \ No newline at end of file