Last active
December 3, 2015 12:36
-
-
Save d3ep4k/653725c99f4bc4d341a0 to your computer and use it in GitHub Desktop.
String to List of characters
This file contains 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
def str = "VVPVVPPVVVPPVPPVVVPVVPPPVVPPVPPVVVPVVPPVVVPPVPPPVVPVVPPPVVPPVPP" | |
print Arrays.asList(str.toCharArray()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment