Skip to content

Commit

Permalink
Add ommitted contestants of Mobis and LGCPC
Browse files Browse the repository at this point in the history
  • Loading branch information
Park-Joonyoung authored and SHL0915 committed Dec 12, 2024
1 parent c3ec76c commit 7df0618
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/contexts/assets/history-data/2024.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export default {
["4", "송근수"],
["4", "이승형"],
["5", "박성준"],
["-", "조원빈"]
],
award: [""],
links: [
Expand Down Expand Up @@ -119,8 +120,9 @@ export default {
{
title: "24년 현대모비스 알고리즘 경진대회(학생부)",
columns: ["#", "이름"],
data: [["우수상", "조원빈"]],
award: [""],
data: [["우수상", "조원빈"],
["-", "송근수"]],
award: ["", ""],
links: [
["공식 사이트", "https://career.programmers.co.kr/competitions/3980"],
],
Expand Down

0 comments on commit 7df0618

Please sign in to comment.