Skip to content

Commit bafc539

Browse files
authored
Update Palindrome.swift
1 parent a669a66 commit bafc539

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

5-arrays/palindrome/Palindrome.swift

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Sonny Li
33

44
var text = ["h", "e", "l", "l", "o"]
5-
65
var reversed = [String]()
76

87
var counter = text.count - 1

0 commit comments

Comments
 (0)