Skip to content

Commit 681451e

Browse files
committed
Feat/ Adds typescript version of LeetCode results.
1 parent c8c4403 commit 681451e

File tree

1 file changed

+1
-1
lines changed
  • lesson_11/arrays_java/arrays_app/src/main/java/com/codedifferently/lesson11

1 file changed

+1
-1
lines changed

lesson_11/arrays_java/arrays_app/src/main/java/com/codedifferently/lesson11/Lesson11.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public static void main(String[] args) {
4343

4444
String[] words = {
4545
"leet", "code", "hello", "world"
46-
}; // Creates an Array named words that contains a series of strings.
46+
}; // Creates an Array named words that contains a series of strings.[]
4747

4848
char x = 'e'; // Calls for a specific char
4949
System.out.println(findWordsContaining(words, x)); // Prints out findWordsContaining method

0 commit comments

Comments
 (0)