Skip to content

Commit 11010c8

Browse files
Fix prerequisites for captains-log
We have strings in this exercise!
1 parent 0539714 commit 11010c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,8 @@
432432
],
433433
"prerequisites": [
434434
"numbers",
435-
"arithmetic-operators"
435+
"arithmetic-operators",
436+
"strings"
436437
]
437438
}
438439
],

0 commit comments

Comments
 (0)