Skip to content

Commit 842a67e

Browse files
committed
fix: 불필요한 코드 삭제
1 parent a749710 commit 842a67e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

coding_test_practice/240627_12909.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ func solution(_ s:String) -> Bool
1111
{
1212
var ans:Bool = false
1313
var openCount : Int = 0
14-
var closeCount : Int = 0
1514
var string = s.map { String($0) }
1615
var isStartOpen : Bool = true
1716

0 commit comments

Comments
 (0)