-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstudy-config.json
More file actions
44 lines (44 loc) · 817 Bytes
/
Copy pathstudy-config.json
File metadata and controls
44 lines (44 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"repository": "yeoroJeong/algorithm-study-code-review",
"default_branch": "main",
"language": "Python",
"members": [
{
"folder": "YeoroJeong",
"name": "정현수",
"github": "yeoroJeong"
},
{
"folder": "DaewonKim",
"name": "김대원",
"github": ""
},
{
"folder": "CryingDitto",
"name": "이지은",
"github": "CryingDitto"
},
{
"folder": "JeonghyeonIm",
"name": "임정현",
"github": "JeonghyeonIm"
},
{
"folder": "ChoiSooBin",
"name": "최수빈",
"github": ""
}
],
"platforms": [
"SWEA",
"BOJ",
"Programmers",
"ETC"
],
"submission_extensions": [
".py",
".java",
".cpp"
],
"submission_layout": "problems/weekXX/problem/member/file"
}