Skip to content

Commit aa05442

Browse files
committed
템플릿, 리드미 수정
1 parent 20ed831 commit aa05442

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.vscode/settings.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"files.associations": {
3+
"algorithm": "cpp",
4+
"cstdarg": "cpp"
5+
}
6+
}

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# BOJ
2+
23
Baekjoon online judge(https://www.acmicpc.net/) problem solving codes
34

45
문제를 풀어보자
6+
7+
## Commit convection
8+
9+
```
10+
20201125 - Solve 9370
11+
12+
부연설명
13+
```

template.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#include <algorithm> //sort
2-
#include <cstring>
1+
#include <algorithm> //sort
2+
#include <cstring> //memset
33
#include <functional> //greater
44
#include <iostream>
55
#include <queue>

0 commit comments

Comments
 (0)