Skip to content

Commit e53faf4

Browse files
author
Kevin Taniguchi
committed
uncomment test
1 parent c79d699 commit e53faf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Boyer-Moore/BoyerMoore.playground/Contents.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ let s = "Hello, World"
4545
s.indexOf(pattern: "World") // 7
4646

4747
let animals = "🐶🐔🐷🐮🐱"
48-
//animals.indexOf(pattern: "🐮") // 6
48+
animals.indexOf(pattern: "🐮") // 6

0 commit comments

Comments
 (0)