File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ workspace:
48
48
archive_dir : " archives" # optional - archive directory. default: "archives"
49
49
filetype :
50
50
py :
51
- language : " python3" # required - language for your submission
51
+ language : " python3" # required - language for your submission
52
52
main : " main.py" # required - the main file name
53
53
run : " python3 $file" # required - the run command
54
54
cpp :
@@ -192,7 +192,7 @@ $ cd 1234 && boj run
192
192
``` sh
193
193
$ boj clean
194
194
```
195
- ` boj submit ` 명령어 수행 결과로 accepted를 받은 모든 문제들을 ` config.workspace.archive_dir ` 로 아카이브힙니다 .
195
+ ` boj submit ` 명령어 수행 결과로 accepted를 받은 모든 문제들을 ` config.workspace.archive_dir ` 로 아카이브합니다 .
196
196
> 아카이브 되는 파일은 ` yyyymmdd_hhmmss_{filename} ` 의 포멧으로 저장됩니다.
197
197
> 마지막 제출 이후에 변경된 소스 코드에 대해서는 아카이빙을 수행하지 않습니다.
198
198
```
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ workspace:
7
7
archive_dir : " archives" # optional - archive directory. default: "archives"
8
8
filetype :
9
9
py :
10
- language : " python3" # required - language for your submission
10
+ language : " python3" # required - language for your submission
11
11
main : " main.py" # required - the main file name
12
12
run : " python3 $file" # required - the run command
13
13
cpp :
You can’t perform that action at this time.
0 commit comments