Created
November 3, 2016 21:15
-
-
Save kroovysteph/a1a1ec5f3cf95a445df75188b11112f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//3a) | |
String truncate_to_8(String s) { | |
return s_sub(s, 0, 8); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment