Skip to content

Commit c399c47

Browse files
refactor 709
1 parent 70dbf7b commit c399c47

File tree

1 file changed

+0
-16
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+0
-16
lines changed

src/main/java/com/fishercoder/solutions/_709.java

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,5 @@
11
package com.fishercoder.solutions;
22

3-
/**709. To Lower Case
4-
*
5-
* Implement function ToLowerCase() that has a string parameter str, and returns the same string in lowercase.
6-
*
7-
* Example 1:
8-
*
9-
* Input: "Hello"
10-
* Output: "hello"
11-
* Example 2:
12-
*
13-
* Input: "here"
14-
* Output: "here"
15-
* Example 3:
16-
*
17-
* Input: "LOVELY"
18-
* Output: "lovely"*/
193
public class _709 {
204
public static class Solution1 {
215
public String toLowerCase(String str) {

0 commit comments

Comments
 (0)