Skip to content

Commit

Permalink
Add SCPC 2024 Finals contestants
Browse files Browse the repository at this point in the history
  • Loading branch information
Park-Joonyoung authored and SHL0915 committed Oct 11, 2024
1 parent 5b878e9 commit a961bda
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/contexts/assets/history-data/2024.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
export default {
year: 2024,
contests: [
{
title: "Samsung Collegiate Programming Contest 2024 Finals",
columns: ["#", "이름"],
data: [
["4", "박수현"],
["5", "강효규"],
["5", "박성준"],
["-", "김동건"],
["-", "조원빈"],
["-", "송근수"],
["-", "채성우"]
],
award: [""],
links: [
["공식 사이트", "https://www.codeground.org/scpc/commons/honer/list"],
],
review: [],
},
{
title: "SUAPC 2024 Summer",
columns: ["#", "=", "팀", "멤버"],
Expand Down

0 comments on commit a961bda

Please sign in to comment.