Skip to content

Commit 70ea5b2

Browse files
committed
Update SMALL_WORDS list in utils.go to reflect new animal names
1 parent 36f3a30 commit 70ea5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/codecrafters-io/tester-utils/random"
99
)
1010

11-
var SMALL_WORDS = []string{"foo", "bar", "ace", "doe", "qux", "vix"}
11+
var SMALL_WORDS = []string{"ant", "cat", "cow", "dog", "fox", "owl"}
1212
var LARGE_WORDS = []string{"hello", "world", "test", "example", "shell", "script"}
1313

1414
const CUSTOM_CAT_COMMAND = "cat"

0 commit comments

Comments
 (0)