Skip to content

Commit 079748d

Browse files
author
Sarah Akinkunmi
committed
string manipulation
1 parent bb787e0 commit 079748d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/codewars/Mumbling.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
package codewars;
22

3+
/*
4+
Link to codewar: https://www.codewars.com/kata/5667e8f4e3f572a8f2000039/train/java
5+
*/
6+
37
public class Mumbling {
48
public static String accum(String s) {
59
char[] firstChars = s.toCharArray();

0 commit comments

Comments
 (0)