Skip to content

Commit

Permalink
fix: 불필요한 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
chaentopia committed Jun 27, 2024
1 parent a749710 commit 842a67e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion coding_test_practice/240627_12909.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ func solution(_ s:String) -> Bool
{
var ans:Bool = false
var openCount : Int = 0
var closeCount : Int = 0
var string = s.map { String($0) }
var isStartOpen : Bool = true

Expand Down

0 comments on commit 842a67e

Please sign in to comment.