Skip to content

Commit 6666609

Browse files
authored
[UPD] Refactoring
1 parent d78e7f5 commit 6666609

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

solution/data_structure/18115/main.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,3 @@ int main(void){
2525
// dq에 정리된 카드를 순서대로 출력한다
2626
for(auto i : dq) cout << i << ' ';
2727
}
28-
29-
/*
30-
31-
*/

0 commit comments

Comments
 (0)